Skip to content

Commit 71e077a

Browse files
committed
rake
1 parent f45fcc4 commit 71e077a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ end
66

77
desc 'run rubocop'
88
task :rubocop do
9-
sh 'rubocop -c .rubocop.yml'
9+
sh 'rubocop -c .rubocop.yml --display-only-fail-level-offenses -D'
1010
end
1111

1212
desc 'run rubocop w/autocorrect'

0 commit comments

Comments
 (0)