Sha256: 553f2f1ccb10db2b0bac3c34156528ccb19bd39344cdad7e9ecc0400d038c8be

Contents?: true

Size: 614 Bytes

Versions: 4

Compression:

Stored size: 614 Bytes

Contents

inherit_from:
  - http://relaxed.ruby.style/rubocop.yml

inherit_gem:
  prettier: rubocop.yml

require:
  - rubocop-faker
  - rubocop-performance
  - rubocop-sorbet

AllCops:
  NewCops: enable
  DisplayStyleGuide: true
  DisplayCopNames: true
  SuggestExtensions: false
  TargetRubyVersion: 2.6
  Exclude:
    - 'bin/*'
    - 'vendor/**/*'
    - 'node_modules/**/*'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'
    - 'Guardfile'
    - 'config/environments/*.rb'
    - 'lib/tasks/*.rake'
    - 'shotgun_api_ruby.gemspec'

### Prettier
Style:
  Enabled: false

Gemspec/RequiredRubyVersion:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
shotgrid_api_ruby-0.2.0.6 .rubocop.yml
shotgrid_api_ruby-0.2.0.5 .rubocop.yml
shotgrid_api_ruby-0.2.0.4 .rubocop.yml
shotgrid_api_ruby-0.2.0.1 .rubocop.yml