rubocop: ignore Gemspec/RequiredRubyVersion

This commit is contained in:
Kyrylo Silin 2019-03-24 18:35:54 +02:00
parent 8caae0e19b
commit 674a44d9a7
2 changed files with 3 additions and 7 deletions

View File

@ -65,3 +65,6 @@ Style/Documentation:
Style/CommentedKeyword:
Exclude:
- 'spec/fixtures/example_nesting.rb'
Gemspec/RequiredRubyVersion:
Enabled: false

View File

@ -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