Remove redundant Exclude in .rubocop.yml

All `/tmp/` dirs are already excluded by line 11.
This commit is contained in:
dug 2020-06-29 16:06:48 -07:00 committed by GitHub
parent 1f1e45630e
commit c74c52c4b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ AllCops:
- '**/templates/**/*'
- '**/vendor/**/*'
- 'actionpack/lib/action_dispatch/journey/parser.rb'
- 'railties/test/fixtures/tmp/**/*'
- 'actionmailbox/test/dummy/**/*'
- 'actiontext/test/dummy/**/*'
- '**/node_modules/**/*'