update line_length rule, so it ignores long urls
This commit is contained in:
parent
1d0ef76314
commit
097dd43301
|
|
@ -75,7 +75,9 @@ excluded:
|
|||
- Generated
|
||||
- Localization
|
||||
|
||||
line_length: 128
|
||||
line_length:
|
||||
warning: 128
|
||||
ignores_urls: true
|
||||
|
||||
cyclomatic_complexity:
|
||||
ignores_case_statements: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue