Browse Source

Exclude rspec rubocop checks from linter

pull/264/head
Kat 4 years ago
parent
commit
b007bacefe
  1. 4
      .rubocop.yml

4
.rubocop.yml

@ -1,13 +1,13 @@
require:
- rubocop-performance
- rubocop-rails
- rubocop-rspec
# - rubocop-rspec
inherit_gem:
rubocop-govuk:
- config/default.yml
- config/rails.yml
- config/rspec.yml
# - config/rspec.yml
AllCops:
Exclude:

Loading…
Cancel
Save