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 54aa6aa commit f1b3fe6Copy full SHA for f1b3fe6
Rakefile
@@ -29,7 +29,7 @@ else
29
Rake::Task[:rubocop].clear if Rake::Task.task_defined?(:rubocop)
30
desc 'Execute rubocop'
31
RuboCop::RakeTask.new(:rubocop) do |task|
32
- task.options = ['--rails', '--display-cop-names', '--display-style-guide']
+ task.options = ['--display-cop-names', '--display-style-guide']
33
task.fail_on_error = true
34
end
35
0 commit comments