Sha256: dacf2e9a7ee0ac4ea25aa01068b9ddf0327831cfe2f8b4a8c7a129b4753c2b38

Contents?: true

Size: 1.04 KB

Versions: 4

Compression:

Stored size: 1.04 KB

Contents

---

AllCops:
  DisabledByDefault: true
  TargetRubyVersion: 2.2
  
  Exclude:
    - spec/rails/**/*
    - gemfiles/vendor/bundle/**/*

  Include:
    - "**/*.rake"
    - "**/Gemfile"
    - "gemfiles/*.gemfile"
    - "**/Rakefile"

  DisplayCopNames: true

  StyleGuideCopsOnly: false

Lint/EndAlignment:
  Enabled: true

Layout/CaseIndentation:
  Enabled: true

Layout/ElseAlignment:
  Enabled: true

Layout/EmptyLines:
  Enabled: true

Layout/EndOfLine:
  Enabled: true

Layout/ExtraSpacing:
  Enabled: true

Style/Encoding:
  EnforcedStyle: never
  Enabled: true

Style/HashSyntax:
  Enabled: true

Layout/IndentationConsistency:
  Enabled: true

Layout/IndentationWidth:
  Enabled: true

Style/PredicateName:
  Enabled: true

  NamePrefixBlacklist:
    - is_
    - have_

  NameWhitelist:
    - has_many
    - has_many_actions

Layout/TrailingBlankLines:
  Enabled: true

Layout/TrailingWhitespace:
  Enabled: true

Layout/SpaceAfterComma:
  Enabled: true

Layout/SpaceAroundEqualsInParameterDefault:
  Enabled: true

Layout/SpaceInsideParens:
  Enabled: true

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
activeadmin-1.3.0 .rubocop.yml
activeadmin-1.2.1 .rubocop.yml
activeadmin-1.2.0 .rubocop.yml
activeadmin-1.1.0 .rubocop.yml