Sha256: d19eabbf70d3ea95b06e5eb48c632d428c33aa1ea01cb294d0edad9c518df0f1

Contents?: true

Size: 815 Bytes

Versions: 2

Compression:

Stored size: 815 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"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
action_tracker_client-0.1.5 .rubocop.yml
action_tracker_client-0.1.4 .rubocop.yml