diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/.rubocop.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 7b3bdaeb6..cf6a2a0a2 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -73,6 +73,8 @@ Metrics/CyclomaticComplexity: Metrics/LineLength: Max: 324 + # ignore manpage comments + IgnoredPatterns: ['#: '] Metrics/MethodLength: Max: 222 |
