rubocop.yml: ignore length of manpage comments.

This commit is contained in:
Mike McQuaid 2017-10-18 10:29:36 +01:00 committed by GitHub
parent 3ee3b78fbd
commit 558299b039

View File

@ -73,6 +73,8 @@ Metrics/CyclomaticComplexity:
Metrics/LineLength:
Max: 324
# ignore manpage comments
IgnoredPatterns: ['#: ']
Metrics/MethodLength:
Max: 222