.rubocop.yml in dentaku-3.3.4 vs .rubocop.yml in dentaku-3.4.0
- old
+ new
@@ -6,15 +6,10 @@
# Prefer &&/|| over and/or.
Style/AndOr:
Enabled: true
-# Do not use braces for hash literals when they are the last argument of a
-# method call.
-Style/BracesAroundHashParameters:
- Enabled: true
-
# Align `when` with `case`.
Layout/CaseIndentation:
Enabled: true
# Align comments with method definitions.
@@ -91,14 +86,14 @@
Style/StringLiterals:
Enabled: false
EnforcedStyle: double_quotes
# Detect hard tabs, no hard tabs.
-Layout/Tab:
+Layout/IndentationStyle:
Enabled: true
# Blank lines should not have any spaces.
-Layout/TrailingBlankLines:
+Layout/TrailingEmptyLines:
Enabled: true
# No trailing whitespace.
Layout/TrailingWhitespace:
Enabled: true