We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45fcc4 commit 71e077aCopy full SHA for 71e077a
1 file changed
Rakefile
@@ -6,7 +6,7 @@ end
6
7
desc 'run rubocop'
8
task :rubocop do
9
- sh 'rubocop -c .rubocop.yml'
+ sh 'rubocop -c .rubocop.yml --display-only-fail-level-offenses -D'
10
end
11
12
desc 'run rubocop w/autocorrect'
0 commit comments