Skip to content

Commit

Permalink
Improve title for show ignored flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gazayas committed Aug 6, 2024
1 parent c8c96d5 commit 3203739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/brakeman/report/report_text.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def generate_warnings
end

def generate_show_ignored_overview
double_space("Ignored File Overview", ignored_warnings.map {|w| output_warning w})
double_space("Ignored Warnings", ignored_warnings.map {|w| output_warning w})
end

def generate_errors
Expand Down

0 comments on commit 3203739

Please sign in to comment.