Skip to content

Commit 278a68e

Browse files
committed
Fix all linter warnings and set stricter fail level
1 parent 4f51be8 commit 278a68e

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
@@ -41,7 +41,7 @@ desc("Lint `*.rb(i)`")
4141
multitask(:"lint:rubocop") do
4242
find = %w[find ./lib ./test ./rbi -type f -and ( -name *.rb -or -name *.rbi ) -print0]
4343

44-
rubocop = %w[rubocop --fail-level E]
44+
rubocop = %w[rubocop]
4545
rubocop += %w[--format github] if ENV.key?("CI")
4646

4747
# some lines cannot be shortened

0 commit comments

Comments
 (0)