AllCops:
TargetRubyVersion: 2.3
DisplayCopNames: true
Layout/AccessModifierIndentation:
EnforcedStyle: outdent
Metrics/AbcSize:
Enabled: false
Metrics/BlockLength:
Metrics/ClassLength:
Metrics/CyclomaticComplexity:
Metrics/LineLength:
Max: 120
Metrics/MethodLength:
Metrics/ModuleLength:
Metrics/ParameterLists:
Metrics/PerceivedComplexity:
Style/Documentation:
Style/DoubleNegation:
Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: comma
Style/TrailingCommaInLiteral:
Style/VariableInterpolation: