Sha256: e0d67012454cd7601f63fa8cfe625b60434e408d562df78a85c2413139e34808

Contents?: true

Size: 577 Bytes

Versions: 4

Compression:

Stored size: 577 Bytes

Contents

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

inherit_gem:
  prettier: rubocop.yml

require:
  - rubocop-performance

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.1.3.3 .rubocop.yml
shotgrid_api_ruby-0.1.3.2 .rubocop.yml
shotgrid_api_ruby-0.1.3.1 .rubocop.yml
shotgrid_api_ruby-0.1.3 .rubocop.yml