# File lib/brakeman/report/pager.rb, line 70 def in_ci? ci = ENV["CI"] ci.is_a? String and ci.downcase == "true" end