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