We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0122523 commit 8e47758Copy full SHA for 8e47758
.rubocop.yml
@@ -384,4 +384,9 @@ Layout/SpaceBeforeBlockBraces:
384
Layout/SpaceInsideBlockBraces:
385
Enabled: true
386
EnforcedStyle: space
387
- EnforcedStyleForEmptyBraces: space
+ EnforcedStyleForEmptyBraces: space
388
+
389
+# Supports --auto-correct
390
+Layout/SpaceAroundEqualsInParameterDefault:
391
+ Description: Checks that the equals signs in parameter default assignments have or don't have surrounding space depending on configuration.
392
+ Enabled: true
0 commit comments