Exclude Rails database schema from linting

The schema is automatically generated, so RuboCop's recommendations are
non-actionable; ignore it as in rubocop-hq/rubocop#752.
This commit is contained in:
Andrew Kvalheim 2020-04-03 16:32:03 -07:00 committed by Henne Vogelsang
parent 0646e41a82
commit 162e0f720f
No known key found for this signature in database
GPG key ID: 9D6164C2955FADE0
2 changed files with 2 additions and 1 deletions

View file

@ -1155,7 +1155,6 @@ Style/StringLiterals:
- 'config/deploy.rb'
- 'config/environments/production.rb'
- 'config/puma.rb'
- 'db/schema.rb'
- 'lib/tasks/dump_db.rake'
- 'lib/tasks/events_registrations.rake'
- 'lib/tasks/factory_bot.rake'