Disable some quite noisy cops
This commit is contained in:
parent
79dbfa0238
commit
88965858ec
|
@ -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…
Reference in a new issue