Merge branch 'stable' into develop

This commit is contained in:
Jonne Haß 2015-07-30 12:04:50 +02:00
commit 2a06d78d12

View file

@ -14,6 +14,10 @@ Metrics/MethodLength:
Metrics/ClassLength:
Max: 1500
# Raise AbcSize from 15 to 20
Metrics/AbcSize:
Max: 20
# No space makes the method definition shorter and differentiates
# from a regular assignment.
Style/SpaceAroundEqualsInParameterDefault: