# File lib/brakeman/report/report_codeclimate.rb, line 10 def generate_report all_warnings.map { |warning| issue_json(warning) }.join("\0") end