Skip to content

Commit ee6649c

Browse files
committed
Dont exit if brakeman warns
1 parent 33fd85d commit ee6649c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ end
6767
desc 'Lint Ruby code.'
6868
task :lint_ruby do
6969
sh 'bundle exec rubocop -c .rubocop.yml'
70-
sh 'bundle exec brakeman -q -z --no-summary --no-pager'
70+
sh 'bundle exec brakeman -q --no-exit-on-warn --no-summary --no-pager'
7171
end
7272

7373
desc 'Format Ruby code.'

0 commit comments

Comments
 (0)