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 44d1ba8 commit 527675cCopy full SHA for 527675c
rubocop.yml
@@ -64,7 +64,6 @@ Layout/LineEndStringConcatenationIndentation:
64
EnforcedStyle: indented
65
66
Layout/LineLength:
67
- IgnoreCopDirectives: false
68
AllowedPatterns:
69
- "\\A\\s*(remote_)?test(_\\w+)?\\s.*(do|->)(\\s|\\Z)"
70
test/fixtures/full_config.yml
@@ -714,7 +714,7 @@ Layout/LineLength:
714
URISchemes:
715
- http
716
- https
717
+ IgnoreCopDirectives: true
718
719
720
IgnoredPatterns: []
0 commit comments