Sha256: 761ca74836a7cc47846c1cd7d97b84969fa474be8bc0848090f7f855fae814a7

Contents?: true

Size: 950 Bytes

Versions: 5

Compression:

Stored size: 950 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5.5

  Exclude:
    - "Guardfile"
    - "Rakefile"
    - "bin/**/*"
    - "spec/dummy/**/*"

##################### Styles ##################################

Style/Documentation:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/ClassAndModuleChildren:
  Exclude:
    - "app/controllers/*_controller.rb"
    - "app/controllers/**/*_controller.rb"

#################### Lint ##################################

Lint/AmbiguousBlockAssociation:
  Enabled: false

##################### Metrics ##################################

Metrics/LineLength:
  Max: 110

Metrics/ClassLength:
  Max: 200

Metrics/ModuleLength:
  Max: 200
  Exclude:
    - "**/*_spec.rb"

Metrics/BlockLength:
  Max: 50
  Exclude:
    - "**/*_spec.rb"

##################### Rails ##################################

Rails:
  Enabled: true

Rails/SkipsModelValidations:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
action_tracker_client-0.1.3 .rubocop.yml
action_tracker_client-0.1.2 .rubocop.yml
action_tracker_client-0.1.1 .rubocop.yml
action_tracker_client-0.1.0 .rubocop.yml
action_tracker_client-0.0.1 .rubocop.yml