Sha256: 5a73119f907c308217852fc0b168ee03478d131a1d49e577dbda2682500da0ff

Contents?: true

Size: 868 Bytes

Versions: 9

Compression:

Stored size: 868 Bytes

Contents

Gemspec/RequiredRubyVersion:
  Include:
    - 2.4
    - 2.5
    - 2.6

Lint/UnusedBlockArgument:
  Enabled: false

Layout/AlignHash:
  Enabled: false

Naming/FileName:
  Enabled: false

Metrics/BlockLength:
  Max: 30
  Exclude:
    - '**/*_spec.rb'

Metrics/LineLength:
  Max: 140

Metrics/MethodLength:
  Max: 20

Security/YAMLLoad:
  Enabled: false

Style/BlockDelimiters:
  EnforcedStyle: braces_for_chaining

Style/Documentation:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/EachWithObject:
  Enabled: false

Style/MethodMissingSuper:
  Enabled: false

Style/MissingRespondToMissing:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/PercentLiteralDelimiters:
  Enabled: false

Style/RescueStandardError:
  Exclude:
    - 'spec/*.rb'

Style/SymbolArray:
  EnforcedStyle: brackets

Style/TrivialAccessors:
  Enabled: false

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
vidar-0.0.1 .rubocop.yml
rack-graphql-0.6.0 .rubocop.yml
rack-graphql-0.5.2 .rubocop.yml
rack-graphql-0.5.0 .rubocop.yml
rack-graphql-0.4.0 .rubocop.yml
rack-graphql-0.3.0 .rubocop.yml
rack-graphql-0.2.0 .rubocop.yml
rack-graphql-0.1.0 .rubocop.yml
graphql-pagination-0.2.2 .rubocop.yml