Disable some quite noisy cops

This commit is contained in:
Dennis Günnewig 2015-01-08 14:57:38 +01:00
parent 79dbfa0238
commit 88965858ec

View file

@ -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