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.
2 parents 3937bb1 + a4574ba commit d347584Copy full SHA for d347584
Rakefile
@@ -3,16 +3,9 @@
3
require 'rspec/core/rake_task'
4
5
begin
6
- require 'rubocop/rake_task'
+ require 'voxpupuli/rubocop/rake'
7
rescue LoadError
8
- # RuboCop is an optional group
9
-else
10
- RuboCop::RakeTask.new(:rubocop) do |task|
11
- # These make the rubocop experience maybe slightly less terrible
12
- task.options = ['--display-cop-names', '--display-style-guide', '--extra-details']
13
- # Use Rubocop's Github Actions formatter if possible
14
- task.formatters << 'github' if ENV['GITHUB_ACTIONS'] == 'true'
15
- end
+ # the voxpupuli-rubocop gem is optional
16
end
17
18
namespace :test do
0 commit comments