Skip to content

Commit

Permalink
Add the Packaging extension of RuboCop
Browse files Browse the repository at this point in the history
More about the extension can be found at:
https://docs.rubocop.org/rubocop-packaging/

Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
  • Loading branch information
utkarsh2102 committed Sep 12, 2020
1 parent f1086fa commit d95f5f7
Show file tree
Hide file tree
Showing 3 changed files with 7 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
3 changes: 3 additions & 0 deletions Gemfile.lock
Expand Up @@ -51,6 +51,8 @@ GEM
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.3.0)
parser (>= 2.7.1.4)
rubocop-packaging (0.4.0)
rubocop (~> 0.89)
rubocop-rails (2.0.1)
rack (>= 1.1)
rubocop (>= 0.70.0)
Expand All @@ -76,6 +78,7 @@ DEPENDENCIES
rouge
rspec (~> 3.9)
rubocop
rubocop-packaging
rubocop-rails
warnings_logger
yard
Expand Down

0 comments on commit d95f5f7

Please sign in to comment.