We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--parallel
internal_investigation
1 parent 9b450a8 commit 8c49e97Copy full SHA for 8c49e97
Rakefile
@@ -34,12 +34,7 @@ task :coverage do
34
end
35
36
desc 'Run RuboCop over itself'
37
-RuboCop::RakeTask.new(:internal_investigation).tap do |task|
38
- if RUBY_ENGINE == 'ruby' &&
39
- RbConfig::CONFIG['host_os'] !~ /mswin|msys|mingw|cygwin|bccwin|wince|emc/
40
- task.options = %w[--parallel]
41
- end
42
-end
+RuboCop::RakeTask.new(:internal_investigation)
43
44
task default: %i[
45
documentation_syntax_check
0 commit comments