Sha256: 5632c85ee9afe84153f721097ba8ec30ae1d89a9a94b272c3872c25ba5c95c27

Contents?: true

Size: 692 Bytes

Versions: 5

Compression:

Stored size: 692 Bytes

Contents

---
require:
  - rubocop-performance
  - rubocop-rake
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 3.1
  Exclude:
    - dummy/**/*
    - vendor/bundle/**/*
  NewCops: enable

Layout/LineLength:
  Max: 120
  Exclude:
    - spec/**/*_spec.rb

Metrics/BlockLength:
  Exclude:
    - rspec-rails-api.gemspec
    - spec/**/*_spec.rb

Naming/MethodParameterName:
  AllowedNames:
    - of

Layout/HashAlignment:
  EnforcedColonStyle: table
  EnforcedHashRocketStyle: table

Style/HashSyntax:
  EnforcedShorthandSyntax: never

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: comma

RSpec/NestedGroups:
  Max: 4

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rspec-rails-api-0.9.0 .rubocop.yml
rspec-rails-api-0.8.3 .rubocop.yml
rspec-rails-api-0.8.2 .rubocop.yml
rspec-rails-api-0.8.1 .rubocop.yml
rspec-rails-api-0.8.0 .rubocop.yml