We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rake check:style
1 parent 3d57c38 commit 56751d2Copy full SHA for 56751d2
tasks/check/style.rake
@@ -1,7 +1,6 @@
1
namespace :check do
2
desc "Run RuboCop on bin/, lib/ and spec/"
3
RuboCop::RakeTask.new(:style) do |task|
4
- task.patterns = ["bin/**/*", "lib/**/*.rb", "spec/**/*.rb"]
5
task.fail_on_error = false
6
end
7
0 commit comments