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.
IgnoredPatterns
Layout/LineLength
1 parent 4f11e33 commit 4f0fc00Copy full SHA for 4f0fc00
.rubocop.yml
@@ -20,7 +20,7 @@ Layout/HashAlignment:
20
21
Layout/LineLength:
22
Max: 80 # default: 120
23
- IgnoredPatterns:
+ AllowedPatterns:
24
- '^\s*# .*https?:\/\/.+\[.+\]\.?$' # Allow long asciidoc links
25
26
Layout/MultilineMethodCallIndentation:
0 commit comments