Skip to content

Commit 56751d2

Browse files
authored
Ensure rake check:style lints the same files as standard RuboCop runs (#2237)
1 parent 3d57c38 commit 56751d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks/check/style.rake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
namespace :check do
22
desc "Run RuboCop on bin/, lib/ and spec/"
33
RuboCop::RakeTask.new(:style) do |task|
4-
task.patterns = ["bin/**/*", "lib/**/*.rb", "spec/**/*.rb"]
54
task.fail_on_error = false
65
end
76
end

0 commit comments

Comments
 (0)