We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f51be8 commit 278a68eCopy full SHA for 278a68e
Rakefile
@@ -41,7 +41,7 @@ desc("Lint `*.rb(i)`")
41
multitask(:"lint:rubocop") do
42
find = %w[find ./lib ./test ./rbi -type f -and ( -name *.rb -or -name *.rbi ) -print0]
43
44
- rubocop = %w[rubocop --fail-level E]
+ rubocop = %w[rubocop]
45
rubocop += %w[--format github] if ENV.key?("CI")
46
47
# some lines cannot be shortened
0 commit comments