Skip to content

Commit

Permalink
Add the Packaging extension of RuboCop
Browse files Browse the repository at this point in the history
Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
  • Loading branch information
utkarsh2102 committed Sep 11, 2020
1 parent f1086fa commit 80b6d72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .rubocop.yml
@@ -1,4 +1,6 @@
require: rubocop-rails
require:
- rubocop-packaging
- rubocop-rails
AllCops:
NewCops: disable
TargetRubyVersion: 2.4
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -7,6 +7,7 @@ gem 'pry-byebug'
gem 'rake', '13.0.1'
gem 'rspec', '~> 3.9'
gem 'rubocop', require: false
gem 'rubocop-packaging', require: false
gem 'rubocop-rails', require: false
gem 'warnings_logger'
gem 'zeus', require: false
Expand Down

0 comments on commit 80b6d72

Please sign in to comment.