Sha256: d0a9c8b9f244af4f42ef867fb510d712d5c6788113493ec883612f38e2eadae3

Contents?: true

Size: 1.3 KB

Versions: 3

Compression:

Stored size: 1.3 KB

Contents

---

inherit_mode:
  merge:
    - Include

AllCops:
  DisabledByDefault: true
  TargetRubyVersion: 2.3

  Exclude:
    - spec/rails/**/*
    - gemfiles/vendor/bundle/**/*
    - vendor/bundle/**/*

  Include:
    - gemfiles/*.gemfile
    - .simplecov

  DisplayCopNames: true

  StyleGuideCopsOnly: false

Layout/EndAlignment:
  Enabled: true

Lint/ParenthesesAsGroupedExpression:
  Enabled: true

Layout/AccessModifierIndentation:
  Enabled: true

Layout/CaseIndentation:
  Enabled: true

Layout/CommentIndentation:
  Enabled: true

Layout/ElseAlignment:
  Enabled: true

Layout/EmptyLines:
  Enabled: true

Layout/EndOfLine:
  Enabled: true

Layout/ExtraSpacing:
  Enabled: true

Style/Encoding:
  Enabled: true

Style/FrozenStringLiteralComment:
  Enabled: true
  EnforcedStyle: never

Style/HashSyntax:
  Enabled: true

Layout/IndentationConsistency:
  Enabled: true

Layout/IndentationWidth:
  Enabled: true

Naming/PredicateName:
  Enabled: true

  NamePrefixBlacklist:
    - is_
    - have_

  NameWhitelist:
    - has_many
    - has_many_actions

Style/TrailingCommaInArguments:
  Enabled: true

Layout/TrailingBlankLines:
  Enabled: true

Layout/TrailingWhitespace:
  Enabled: true

Layout/SpaceAfterComma:
  Enabled: true

Layout/SpaceAroundEqualsInParameterDefault:
  Enabled: true

Layout/SpaceInsideParens:
  Enabled: true

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activeadmin-1.4.2 .rubocop.yml
activeadmin-1.4.1 .rubocop.yml
activeadmin-1.4.0 .rubocop.yml