AllCops: Exclude: - 'bin/**/*' - 'spec/**/*' - 'vendor/**/*' Metrics/LineLength: Max: 120 Metrics/MethodLength: Max: 15 Style/BlockComments: Enabled: false Style/Documentation: Enabled: false Style/ExtraSpacing: AllowForAlignment: true Style/FrozenStringLiteralComment: Enabled: false Style/NumericLiterals: Enabled: false Style/Next: Enabled: false