.rubocop.yml in anyway_config-1.2.0 vs .rubocop.yml in anyway_config-1.3.0
- old
+ new
@@ -11,11 +11,11 @@
- 'tmp/**/*'
- 'gemfiles/vendor/**/*'
- 'vendor/**/*'
DisplayCopNames: true
StyleGuideCopsOnly: false
- TargetRubyVersion: 2.2
+ TargetRubyVersion: 2.3
Style/Documentation:
Exclude:
- 'spec/**/*.rb'
@@ -39,6 +39,9 @@
Bundler/OrderedGems:
Enabled: false
Style/MutableConstant:
+ Enabled: false
+
+Naming/MemoizedInstanceVariableName:
Enabled: false