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 4f11e33 + 4f0fc00 commit 7c25b00Copy full SHA for 7c25b00
.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