Sha256: 35ffa693335d786572452f64e16e181829138896c4c69bee158b0e903f307aa3

Contents?: true

Size: 412 Bytes

Versions: 4

Compression:

Stored size: 412 Bytes

Contents

require:
  - rubocop-rspec

# Required for VSCode to auto-correct rspec files. It writes the file to /tmp/**/tmp.rb
# rubocop-rspec ignores that file because it doesn't match the file pattern by default.
# FIXME: This could be dangerous because we'll run this on all Ruby files, not just rspec.
AllCops:
  RSpec:
    Patterns:
      - _spec.rb
      - "(?:^|/)spec/"
      - tmp.rb

RSpec/NestedGroups:
  Max: 4

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sevenwire-rubocop-1.3.1 departments/rspec.yml
sevenwire-rubocop-1.3.0 departments/rspec.yml
sevenwire-rubocop-1.2.0 departments/rspec.yml
sevenwire-rubocop-1.1.3 departments/rspec.yml