Sha256: c886ce3f5a3d9ec460b7e15e7ad8ba46e534aa4907e02fafaa46dbc35139dd25

Contents?: true

Size: 767 Bytes

Versions: 6

Compression:

Stored size: 767 Bytes

Contents

AllCops:
  Exclude:
    - 'gemfiles/arel_gems.gemfile'
    - 'gemfiles/default.gemfile'

Bundler/OrderedGems:
  Enabled: false

Gemspec/OrderedDependencies:
  Enabled: false

Metrics/LineLength:
  Enabled: true
  Max: 100

Metrics/ClassLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/MultilineBlockChain:
  Enabled: false

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: comma

Style/FrozenStringLiteralComment:
  Enabled: false

Layout/MultilineMethodCallIndentation:
  Enabled: true
  EnforcedStyle: indented

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
arel_toolkit-0.4.5 .rubocop.yml
arel_toolkit-0.4.4 .rubocop.yml
arel_toolkit-0.4.3 .rubocop.yml
arel_toolkit-0.4.2 .rubocop.yml
arel_toolkit-0.4.1 .rubocop.yml
arel_toolkit-0.4.0 .rubocop.yml