Skip to content

Commit

Permalink
Merge pull request #97 from theforeman/rubocop-likes-to-fail
Browse files Browse the repository at this point in the history
make rubocop actually fail when problems were found
  • Loading branch information
bastian-src authored Dec 4, 2024
2 parents bb0f529 + 8f58ead commit 0798d2c
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 0798d2c

Please sign in to comment.