Skip to content

Commit 7c25b00

Browse files
authored
Merge pull request #1269 from ydah/fix_rubocop_warn
Fix a warning for obsolete parameter `IgnoredPatterns` (for `Layout/LineLength`) found in .rubocop.yml
2 parents 4f11e33 + 4f0fc00 commit 7c25b00

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)