AllCops: TargetRubyVersion: 2.1 Exclude: - vendor/bundle/**/* - Gemfile - Rakefile - munge.gemspec Metrics/AbcSize: Exclude: - test/**/* Metrics/LineLength: Max: 120 Metrics/MethodLength: Max: 15 Exclude: - test/**/* Metrics/ClassLength: Exclude: - test/**/* Style/AlignParameters: Enabled: false Style/Documentation: Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/GuardClause: Enabled: false Style/IfUnlessModifier: Enabled: false Style/MultilineMethodCallIndentation: EnforcedStyle: indented Style/MultilineOperationIndentation: EnforcedStyle: indented Style/StringLiterals: EnforcedStyle: double_quotes Style/SymbolProc: Exclude: - seeds/**/* Style/UnneededInterpolation: Enabled: false