update line_length rule, so it ignores long urls

This commit is contained in:
Ivan Smolin 2020-04-01 13:02:32 +03:00
parent 1d0ef76314
commit 097dd43301
1 changed files with 3 additions and 1 deletions

View File

@ -75,7 +75,9 @@ excluded:
- Generated
- Localization
line_length: 128
line_length:
warning: 128
ignores_urls: true
cyclomatic_complexity:
ignores_case_statements: true