Skip to content

Commit 4f0fc00

Browse files
committed
Fix a warning for obsolete parameter IgnoredPatterns (for Layout/LineLength) found in .rubocop.yml
1 parent 4f11e33 commit 4f0fc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Layout/HashAlignment:
2020

2121
Layout/LineLength:
2222
Max: 80 # default: 120
23-
IgnoredPatterns:
23+
AllowedPatterns:
2424
- '^\s*# .*https?:\/\/.+\[.+\]\.?$' # Allow long asciidoc links
2525

2626
Layout/MultilineMethodCallIndentation:

0 commit comments

Comments
 (0)