.rubocop.yml in ivapi-1.5.0 vs .rubocop.yml in ivapi-1.6.0
- old
+ new
@@ -1,10 +1,7 @@
AllCops:
- TargetRubyVersion: 2.1
- Include:
- - '**/Rakefile'
- - '**/Gemfile'
+ TargetRubyVersion: 2.3
Layout/AlignParameters:
Enabled: true
EnforcedStyle: with_fixed_indentation
@@ -22,14 +19,12 @@
Layout/EndAlignment:
Enabled: true
EnforcedStyleAlignWith: variable
-Style/FrozenStringLiteralComment:
- Enabled: false
-
Style/Documentation:
Enabled: false
Metrics/BlockLength:
Exclude:
- 'spec/**/*_spec.rb'
+ - '*.gemspec'