AllCops: Exclude: - "db/schema.rb" Documentation: Enabled: false Layout/AccessModifierIndentation: EnforcedStyle: outdent Metrics/AbcSize: Exclude: - spec/**/* - test/**/* Metrics/BlockLength: Exclude: - spec/**/* - test/**/* - "*.gemspec" Metrics/BlockNesting: Exclude: - spec/**/* - test/**/* Metrics/CyclomaticComplexity: Exclude: - spec/**/* - test/**/* Metrics/LineLength: Max: 120 Metrics/MethodLength: Exclude: - spec/**/* - test/**/* Style/Alias: EnforcedStyle: prefer_alias_method Style/AndOr: EnforcedStyle: conditionals Style/DateTime: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/Lambda: Enabled: false Style/NumericLiterals: Enabled: false Style/PercentLiteralDelimiters: PreferredDelimiters: '%i': () '%I': () '%q': () '%Q': () '%r': '{}' '%s': () '%w': () '%W': () '%x': () Style/StringLiterals: EnforcedStyle: double_quotes Enabled: true