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: require:
- rubocop-performance - rubocop-performance
- rubocop-rails - rubocop-rails
- rubocop-rspec # - rubocop-rspec
inherit_gem: inherit_gem:
rubocop-govuk: rubocop-govuk:
- config/default.yml - config/default.yml
- config/rails.yml - config/rails.yml
- config/rspec.yml # - config/rspec.yml
AllCops: AllCops:
Exclude: Exclude:

Loading…
Cancel
Save