Skip to content

Commit

Permalink
make rubocop actually fail when problems were found
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Dec 4, 2024
1 parent bb0f529 commit 8f58ead
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ require 'rubocop/rake_task'
desc 'Run RuboCop on the lib directory'
RuboCop::RakeTask.new(:rubocop) do |task|
task.patterns = ['bin/foreman-node', 'lib/**/*.rb', 'test/**/*.rb']
task.fail_on_error = false
end

0 comments on commit 8f58ead

Please sign in to comment.