mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
rubocop: ignore Gemspec/RequiredRubyVersion
This commit is contained in:
parent
8caae0e19b
commit
674a44d9a7
2 changed files with 3 additions and 7 deletions
|
@ -65,3 +65,6 @@ Style/Documentation:
|
|||
Style/CommentedKeyword:
|
||||
Exclude:
|
||||
- 'spec/fixtures/example_nesting.rb'
|
||||
|
||||
Gemspec/RequiredRubyVersion:
|
||||
Enabled: false
|
||||
|
|
|
@ -6,13 +6,6 @@
|
|||
# Note that changes in the inspected code, or installation of new
|
||||
# versions of RuboCop, may require this file to be generated again.
|
||||
|
||||
# Offense count: 1
|
||||
# Configuration parameters: Include.
|
||||
# Include: **/*.gemspec
|
||||
Gemspec/RequiredRubyVersion:
|
||||
Exclude:
|
||||
- 'pry.gemspec'
|
||||
|
||||
# Offense count: 88
|
||||
Metrics/AbcSize:
|
||||
Max: 48
|
||||
|
|
Loading…
Add table
Reference in a new issue