Skip to content

Commit f1b3fe6

Browse files
committed
Fix rubocop config
`undefined method '[]' for nil:NilClass`
1 parent 54aa6aa commit f1b3fe6

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
@@ -29,7 +29,7 @@ else
2929
Rake::Task[:rubocop].clear if Rake::Task.task_defined?(:rubocop)
3030
desc 'Execute rubocop'
3131
RuboCop::RakeTask.new(:rubocop) do |task|
32-
task.options = ['--rails', '--display-cop-names', '--display-style-guide']
32+
task.options = ['--display-cop-names', '--display-style-guide']
3333
task.fail_on_error = true
3434
end
3535
end

0 commit comments

Comments
 (0)