Exclude db seed scripts from rubocop-rspec

This commit is contained in:
Sebastian Serth
2021-06-10 14:16:57 +02:00
parent b142438884
commit 6cf8f44ac2

View File

@ -5,6 +5,8 @@ RSpec:
- "spec/**/*_spec.rb"
- "spec/spec_helper.rb"
- "spec/rails_helper.rb"
Exclude:
- 'db/seeds/**/*'
#
# Too stupid. There are also views, templates, request specs etc.