We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-P
1 parent 4575150 commit a311aaaCopy full SHA for a311aaa
Rakefile
@@ -11,5 +11,5 @@ task test: %i[rubocop spec]
11
12
desc 'Run RuboCop'
13
task :rubocop do
14
- sh 'rubocop -P'
+ sh 'rubocop'
15
end
0 commit comments