Skip to content

Commit a62ed2a

Browse files
committed
Fix Rubocop rake task pattern
1 parent 1aaa1db commit a62ed2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios_tests/Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ end
4949

5050
desc 'Execute RuboCop static code analysis'
5151
RuboCop::RakeTask.new(:rubocop) do |t|
52-
t.patterns = %w(lib upload)
52+
t.patterns = %w(**/*.rb)
5353
t.options = %w(-D)
5454
t.fail_on_error = false
5555
end

0 commit comments

Comments
 (0)