Skip to content

Commit

Permalink
feat(recipe): add rubocop-platanus to recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
MrEarle committed Apr 22, 2022
1 parent ad8a741 commit d92773c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/potassium/assets/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ require:
- rubocop-rspec
- rubocop-rails
- rubocop-performance
- rubocop-platanus
AllCops:
Exclude:
- "vendor/**/*"
Expand Down
1 change: 1 addition & 0 deletions lib/potassium/recipes/style.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def add_linters
gather_gem 'rubocop-performance'
gather_gem 'rubocop-rails'
gather_gem 'rubocop-rspec', Potassium::RUBOCOP_RSPEC_VERSION
gather_gem 'rubocop-platanus'
end

after(:webpacker_install) do
Expand Down

0 comments on commit d92773c

Please sign in to comment.