Fix remaining rubocop problems

This commit is contained in:
Henne Vogelsang 2016-02-18 14:40:24 +01:00
parent 5565d8fb68
commit ed0f55c45f
3 changed files with 4 additions and 6 deletions

View file

@ -94,6 +94,9 @@ Style/AndOr:
Metrics/BlockNesting:
Max: 4
Metrics/ClassLength:
Max: 550
# avoid redundunt curly braces when it is obvious that hash is used
Style/BracesAroundHashParameters:
Enabled: true