default.yml in rubocop-template-1.0.1 vs default.yml in rubocop-template-1.1.0
- old
+ new
@@ -1,22 +1,23 @@
AllCops:
Exclude:
- 'bin/*'
- 'db/schema.rb'
- 'node_modules/**/*'
+ - 'server/**/*'
- 'vendor/**/*'
TargetRubyVersion: 2.4
+Layout/DefEndAlignment:
+ AutoCorrect: true
+Layout/EndAlignment:
+ AutoCorrect: true
+ EnforcedStyleAlignWith: keyword
Layout/IndentationConsistency:
EnforcedStyle: normal
Lint/AssignmentInCondition:
Enabled: false
Lint/Debugger:
Enabled: true
-Lint/DefEndAlignment:
- AutoCorrect: true
-Lint/EndAlignment:
- AutoCorrect: true
- EnforcedStyleAlignWith: keyword
Metrics/LineLength:
Enabled: false
Max: 100
Naming/FileName:
Description: Use snake_case for source file names.