AllCops: TargetRubyVersion: 2.5 Exclude: - bin/* - spec/**/* Style/Documentation: Enabled: false Layout/HashAlignment: Enabled: false Layout/EmptyLines: Enabled: false Layout/EmptyLinesAroundClassBody: Enabled: false Layout/EmptyLinesAroundBlockBody: Enabled: false Layout/EmptyLinesAroundModuleBody: Enabled: false Layout/EmptyLineBetweenDefs: Enabled: false Layout/IndentationConsistency: EnforcedStyle: indented_internal_methods Layout/LineLength: Enabled: false Metrics/AbcSize: Enabled: false Metrics/MethodLength: Max: 12 Metrics/ModuleLength: Max: 160 Metrics/ClassLength: Max: 160 Metrics/CyclomaticComplexity: Enabled: false Metrics/PerceivedComplexity: Enabled: false Naming/AccessorMethodName: Enabled: false Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma Style/NumericPredicate: EnforcedStyle: comparison Style/UnpackFirst: Enabled: false