Sha256: 9b3ac417e1cec4ea13c358126e834c1250c3534a86023d8f50b08616548acf36

Contents?: true

Size: 627 Bytes

Versions: 6

Compression:

Stored size: 627 Bytes

Contents

AllCops:
  Include:
    - Gemfile
    - Guardfile
    - Rakefile
    - config.ru
    - '*.gemspec'
    - '**/*.rb'
  Exclude:
    - ignore/**/*
    - node_modules/**/*
Metrics/AbcSize:
  Enabled: no
Metrics/CyclomaticComplexity:
  Enabled: no
Metrics/MethodLength:
  Enabled: no
Metrics/PerceivedComplexity:
  Enabled: no
Style/CaseIndentation:
  Enabled: no
Style/Documentation:
  Enabled: no
Style/GuardClause:
  Enabled: no
Style/LineEndConcatenation:
  Enabled: no
Style/RegexpLiteral:
  Enabled: no
Style/RedundantSelf:
  Enabled: no
Style/SpaceInsideHashLiteralBraces:
  Enabled: no
Style/UnneededPercentQ:
  Enabled: no

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pressure-0.1.6 .rubocop.yml
pressure-0.1.5 .rubocop.yml
pressure-0.1.4 .rubocop.yml
pressure-0.1.3 .rubocop.yml
pressure-0.1.1 .rubocop.yml
pressure-0.1.0 .rubocop.yml