Skip to content

Commit

Permalink
Add .plain file format
Browse files Browse the repository at this point in the history
  • Loading branch information
presidentbeef committed Sep 6, 2016
1 parent eed8c14 commit be863b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/brakeman.rb
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ def self.get_formats_from_output_files output_files
:to_markdown
when /(\.cc|\.codeclimate)$/i
:to_codeclimate
when /\.plain$/i
:to_plain
else
:to_s
end
Expand Down

0 comments on commit be863b7

Please sign in to comment.