Sha256: 58b21f25f42450d1b710ade5a2dbbf030aad77d81334cb70b9bf97740079c3cd

Contents?: true

Size: 388 Bytes

Versions: 7

Compression:

Stored size: 388 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5
  Include:
    - 'lib/**/*.rb'
    - 'spec/**/*.rb'
  Exclude:
    - 'bin/**/*'
    - 'vendor/**/*'
    - 'gemfiles/**/*.gemfile'
    - 'Rakefile'
    - 'Gemfile'
    - '*.gemspec'

Documentation:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Metrics/LineLength:
  Max: 100

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
graphql_authorize-0.4.2 .rubocop.yml
graphql_authorize-0.4.1 .rubocop.yml
graphql_authorize-0.4.0 .rubocop.yml
graphql_authorize-0.3.0 .rubocop.yml
graphql_authorize-0.2.0 .rubocop.yml
graphql_authorize-0.1.1 .rubocop.yml
graphql_authorize-0.1.0 .rubocop.yml