We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aaa1db commit a62ed2aCopy full SHA for a62ed2a
ios_tests/Rakefile
@@ -49,7 +49,7 @@ end
49
50
desc 'Execute RuboCop static code analysis'
51
RuboCop::RakeTask.new(:rubocop) do |t|
52
- t.patterns = %w(lib upload)
+ t.patterns = %w(**/*.rb)
53
t.options = %w(-D)
54
t.fail_on_error = false
55
end
0 commit comments