Sha256: 9392084aaf1b146c2fb419c2a409f8aa4bc2c6800c5ccf128914c3840d686ca2

Contents?: true

Size: 541 Bytes

Versions: 2

Compression:

Stored size: 541 Bytes

Contents

---
require:
  - rubocop-performance

AllCops:
  Exclude:
    - dummy/**/*
    - vendor/bundle/**/*

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

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

Naming/UncommunicativeMethodParamName:
  AllowedNames:
    - of

Layout/AlignHash:
  EnforcedColonStyle: table
  EnforcedHashRocketStyle: table

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: comma

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rspec-rails-api-0.2.2 .rubocop.yml
rspec-rails-api-0.2.0 .rubocop.yml