inherit_from: .rubocop_todo.yml AllCops: Exclude: - '*.gemspec' - 'spec/dummy-*/**/*' - 'gemfiles/*.gemfile' Bundler/OrderedGems: Enabled: false Layout/AccessModifierIndentation: EnforcedStyle: outdent Layout/CaseIndentation: EnforcedStyle: end Layout/DotPosition: EnforcedStyle: trailing Layout/EndAlignment: EnforcedStyleAlignWith: variable Layout/IndentHash: EnforcedStyle: consistent Layout/SpaceBeforeBlockBraces: EnforcedStyle: no_space Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Metrics/BlockLength: Exclude: - 'spec/**/*.rb' Style/Alias: EnforcedStyle: prefer_alias_method Style/DoubleNegation: Enabled: false Style/EmptyCaseCondition: Enabled: false Style/Encoding: Enabled: false Style/FormatStringToken: Enabled: false Style/HashSyntax: EnforcedStyle: hash_rockets Style/IfUnlessModifier: Enabled: false Style/ParallelAssignment: Enabled: false Style/Semicolon: AllowAsExpressionSeparator: true Style/SignalException: EnforcedStyle: semantic Style/SymbolArray: Enabled: false Style/TrailingCommaInArguments: EnforcedStyleForMultiline: no_comma Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma