config/dlss_baseline.yml in dlss_cops-0.0.4 vs config/dlss_baseline.yml in dlss_cops-0.0.5
- old
+ new
@@ -23,10 +23,13 @@
Rails:
Enabled: true
# DLSS configuration changes for these cops enabled by default in Rubocop
+Layout/IndentationConsistency:
+ EnforcedStyle: rails
+
Metrics/AbcSize:
Max: 20
Metrics/BlockNesting:
Max: 4
@@ -44,13 +47,10 @@
Max: 200
Style/IfUnlessModifier:
MaxLineLength: 120
-Style/IndentationConsistency:
- EnforcedStyle: rails
-
Style/WhileUntilModifier:
MaxLineLength: 120
RSpec/ExampleWording:
CustomTransform:
@@ -62,64 +62,64 @@
- only
# DLSS explicitly disabling these cops enabled by default in Rubocop
# (DLSS agrees they should be disabled, or we disagree about whether they should be enabled)
-Style/AccessModifierIndentation:
+Layout/AccessModifierIndentation:
Enabled: false
-Style/AlignHash:
+Layout/AlignHash:
Enabled: false
-Style/AlignParameters:
+Layout/AlignParameters:
Enabled: false
-Style/AsciiComments:
+Layout/EmptyLinesAroundClassBody:
Enabled: false
-Style/BlockComments:
+Layout/EmptyLinesAroundModuleBody:
Enabled: false
-Style/ClassAndModuleChildren:
+Layout/LeadingCommentSpace:
Enabled: false
-Style/Documentation:
+Layout/SpaceAfterNot:
Enabled: false
-Style/EmptyLinesAroundClassBody:
+Layout/SpaceAroundEqualsInParameterDefault:
Enabled: false
-Style/EmptyLinesAroundModuleBody:
+Layout/SpaceInsideBrackets:
Enabled: false
-Style/LeadingCommentSpace:
+Layout/TrailingBlankLines:
Enabled: false
-Style/NegatedIf:
+Style/AsciiComments:
Enabled: false
-Style/NegatedWhile:
+Style/BlockComments:
Enabled: false
-Style/RegexpLiteral:
+Style/ClassAndModuleChildren:
Enabled: false
-Style/SingleLineBlockParams:
+Style/Documentation:
Enabled: false
-Style/SpaceAfterNot:
+Style/NegatedIf:
Enabled: false
-Style/SpaceAroundEqualsInParameterDefault:
+Style/NegatedWhile:
Enabled: false
-Style/SpaceInsideBrackets:
+Style/RegexpLiteral:
Enabled: false
-Style/StringLiterals:
+Style/SingleLineBlockParams:
Enabled: false
-Style/TrailingBlankLines:
+Style/StringLiterals:
Enabled: false
Style/TrailingCommaInLiteral:
Enabled: false