config/default.yml in rubocop-github-0.11.0 vs config/default.yml in rubocop-github-0.12.0
- old
+ new
@@ -7,13 +7,25 @@
Enabled: true
Bundler/OrderedGems:
Enabled: true
+Layout/BlockAlignment:
+ Enabled: true
+
Layout/BlockEndNewline:
Enabled: true
+Layout/ConditionPosition:
+ Enabled: true
+
+Layout/DefEndAlignment:
+ Enabled: true
+
+Layout/EndAlignment:
+ Enabled: false
+
Layout/EndOfLine:
Enabled: true
Layout/InitialIndentation:
Enabled: true
@@ -68,25 +80,16 @@
Enabled: true
Layout/TrailingWhitespace:
Enabled: true
-Lint/BlockAlignment:
- Enabled: true
-
Lint/CircularArgumentReference:
Enabled: true
-Lint/ConditionPosition:
- Enabled: true
-
Lint/Debugger:
Enabled: true
-Lint/DefEndAlignment:
- Enabled: true
-
Lint/DeprecatedClassMethods:
Enabled: true
Lint/DuplicateMethods:
Enabled: true
@@ -103,12 +106,9 @@
Lint/EmptyEnsure:
Enabled: true
Lint/EmptyInterpolation:
Enabled: true
-
-Lint/EndAlignment:
- Enabled: false
Lint/EndInMethod:
Enabled: true
Lint/EnsureReturn: