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.
2 parents f9e6764 + 1023d57 commit 53be4b4Copy full SHA for 53be4b4
rubocop.yml
@@ -66,6 +66,7 @@ Layout/LineEndStringConcatenationIndentation:
66
Layout/LineLength:
67
AllowedPatterns:
68
- "\\A\\s*(remote_)?test(_\\w+)?\\s.*(do|->)(\\s|\\Z)"
69
+ - "\\A\\s*def test_\\w+\\s*\\Z"
70
71
Layout/MultilineArrayLineBreaks:
72
Enabled: true
test/fixtures/full_config.yml
@@ -717,6 +717,7 @@ Layout/LineLength:
717
IgnoreCopDirectives: true
718
719
720
721
IgnoredPatterns: []
722
Layout/MultilineArrayBraceLayout:
723
Description: Checks that the closing brace in an array literal is either on the
0 commit comments