Disable some quite noisy cops
This commit is contained in:
parent
79dbfa0238
commit
88965858ec
1 changed files with 5 additions and 1 deletions
|
@ -49,4 +49,8 @@ RegexpLiteral:
|
||||||
FormatString:
|
FormatString:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
CaseIndentation:
|
CaseIndentation:
|
||||||
IndentWhenRelativeTo: end
|
IndentWhenRelativeTo: end
|
||||||
|
Metrics/AbcSize:
|
||||||
|
Enabled: false
|
||||||
|
Metrics/PerceivedComplexity:
|
||||||
|
Enabled: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue