mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Add the Packaging extension of RuboCop
More about the extension can be found at: https://docs.rubocop.org/rubocop-packaging/ Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
This commit is contained in:
parent
0b98435a69
commit
8f7e1797c3
3 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
require: rubocop-rails
|
||||
require:
|
||||
- rubocop-packaging
|
||||
- rubocop-rails
|
||||
AllCops:
|
||||
NewCops: disable
|
||||
TargetRubyVersion: 2.4
|
||||
|
|
1
Gemfile
1
Gemfile
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
@ -76,6 +78,7 @@ DEPENDENCIES
|
|||
rouge
|
||||
rspec (~> 3.9)
|
||||
rubocop
|
||||
rubocop-packaging
|
||||
rubocop-rails
|
||||
warnings_logger
|
||||
yard
|
||||
|
|
Loading…
Reference in a new issue