Sha256: c61ec439bbb5ce92b8acc1d57d98a10c593222aff38c1d3a1f9fb4a862b1b6b2
Contents?: true
Size: 559 Bytes
Versions: 3
Compression:
Stored size: 559 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 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
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
shotgrid_api_ruby-0.1.2 | .rubocop.yml |
shotgun_api_ruby-0.1.1 | .rubocop.yml |
shotgun_api_ruby-0.1.0.1 | .rubocop.yml |