inherit_from: .rubocop_todo.yml AllCops: DisplayCopNames: true TargetRubyVersion: 2.2.10 Lint/AmbiguousBlockAssociation: Enabled: false Lint/EndAlignment: EnforcedStyleAlignWith: variable Layout/AccessModifierIndentation: EnforcedStyle: outdent Layout/AlignHash: EnforcedLastArgumentHashStyle: always_ignore Layout/AlignParameters: EnforcedStyle: with_fixed_indentation Layout/CaseIndentation: EnforcedStyle: end Layout/IndentArray: EnforcedStyle: consistent Layout/IndentHash: EnforcedStyle: consistent Layout/IndentHeredoc: Enabled: false Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Layout/MultilineOperationIndentation: EnforcedStyle: indented Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Metrics/BlockLength: Exclude: - '**/*_spec.rb' - '**/*_examples.rb' - '**/*.rake' Metrics/ModuleLength: Exclude: - '**/*_spec.rb' - 'lib/active_data.rb' Style/Alias: EnforcedStyle: prefer_alias_method Style/AndOr: EnforcedStyle: conditionals Style/DoubleNegation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false