Less Pure Copping: cop-out tmp folders for generated Rails apps

After having run the railties tests locally and running Rubocop, you'd
see lots of violations for the Rails apps generated in tmp folders.

Don't consider those violations as violating.
This commit is contained in:
Kasper Timm Hansen 2019-10-07 02:15:32 +02:00
parent ecf4f696dc
commit 245b037734
No known key found for this signature in database
GPG Key ID: 191153215EDA53D8

@ -8,6 +8,7 @@ AllCops:
# to ignore them, so only the ones explicitly set in this file are enabled.
DisabledByDefault: true
Exclude:
- '**/tmp/**/*'
- '**/templates/**/*'
- '**/vendor/**/*'
- 'actionpack/lib/action_dispatch/journey/parser.rb'