config/enabled.yml in rubocop-0.48.0 vs config/enabled.yml in rubocop-0.48.1
- old
+ new
@@ -358,10 +358,11 @@
StyleGuide: '#no-semicolon-ifs'
Enabled: true
Style/IndentationConsistency:
Description: 'Keep indentation straight.'
+ StyleGuide: '#spaces-indentation'
Enabled: true
Style/IndentationWidth:
Description: 'Use 2 spaces for indentation.'
StyleGuide: '#spaces-indentation'
@@ -564,10 +565,10 @@
Description: 'Use one expression per branch in a ternary operator.'
StyleGuide: '#no-nested-ternary'
Enabled: true
Style/EmptyLineAfterMagicComment:
- Description: 'Add a newline after magic comments to separate them from code.'
+ Description: 'Add an empty line after magic comments to separate them from code.'
StyleGuide: '#separate-magic-comments-from-code'
Enabled: true
Style/Next:
Description: 'Use `next` to skip iteration instead of a condition at the end.'