.rubocop.yml in oneaccess-1.2.0 vs .rubocop.yml in oneaccess-1.3.0
- old
+ new
@@ -1,35 +1,17 @@
-Style/Documentation:
- Enabled: false
+inherit_gem:
+ va-ruby-style:
+ - default.yml
-Naming/ClassAndModuleCamelCase:
- Enabled: false
+inherit_from: .rubocop_todo.yml
-Style/StringLiterals:
- EnforcedStyle: double_quotes
-
-Layout/AlignHash:
- EnforcedHashRocketStyle: table
- EnforcedColonStyle: table
-
-Metrics/ClassLength:
- Max: 120
-
-Metrics/AbcSize:
- Max: 18
-
-Metrics/ParameterLists:
- Max: 7
- CountKeywordArgs: false
-
-Metrics/LineLength:
- Max: 120
-
AllCops:
- TargetRubyVersion: 2.4
- DisplayCopNames: true
- DisplayStyleGuide: true
Exclude:
- 'spec/**/*'
- - 'test/**/*'
- - 'vendor/**/*'
- 'bin/**/*'
+ - 'vendor/**/*'
+
+Style/MethodCallWithArgsParentheses:
+ Exclude:
+ - Gemfile
+ - Rakefile
+ - '*.gemspec'