AllCops: TargetRubyVersion: 2.5.1 Exclude: - 'config/routes.rb' Metrics/LineLength: Enabled: false Metrics/BlockLength: ExcludedMethods: [context, describe] Max: 50 Metrics/MethodLength: Max: 50 Metrics/ClassLength: Max: 200 Metrics/AbcSize: Max: 30 ParameterLists: Max: 5 CountKeywordArgs: false Style/StringLiterals: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/CommentedKeyword: Enabled: false Style/MultilineBlockChain: Enabled: false Style/Documentation: Enabled: false Style/StringLiteralsInInterpolation: Enabled: false Style/AndOr: Enabled: false Layout/SpaceInsideHashLiteralBraces: Enabled: false Layout/SpaceInsideBlockBraces: Enabled: false Layout/SpaceAroundOperators: Enabled: false Layout/ExtraSpacing: AllowForAlignment: true Layout/AccessModifierIndentation: EnforcedStyle: indent Layout/DotPosition: EnforcedStyle: trailing Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Layout/IndentHash: Enabled: false Naming/VariableNumber: EnforcedStyle: snake_case