Disable some quite noisy cops

remove_hooks
Dennis Günnewig 2015-01-08 14:57:38 +01:00
parent 79dbfa0238
commit 88965858ec
1 changed files with 5 additions and 1 deletions

View File

@ -49,4 +49,8 @@ RegexpLiteral:
FormatString:
Enabled: false
CaseIndentation:
IndentWhenRelativeTo: end
IndentWhenRelativeTo: end
Metrics/AbcSize:
Enabled: false
Metrics/PerceivedComplexity:
Enabled: false