rubocop.yml: ignore length of manpage comments.
This commit is contained in:
parent
3ee3b78fbd
commit
558299b039
@ -73,6 +73,8 @@ Metrics/CyclomaticComplexity:
|
|||||||
|
|
||||||
Metrics/LineLength:
|
Metrics/LineLength:
|
||||||
Max: 324
|
Max: 324
|
||||||
|
# ignore manpage comments
|
||||||
|
IgnoredPatterns: ['#: ']
|
||||||
|
|
||||||
Metrics/MethodLength:
|
Metrics/MethodLength:
|
||||||
Max: 222
|
Max: 222
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user