Skip to content

Commit

Permalink
Remove redundant Exclude in .rubocop.yml
Browse files Browse the repository at this point in the history
All `/tmp/` dirs are already excluded by line 11.
  • Loading branch information
dduugg committed Jun 29, 2020
1 parent 1f1e456 commit c74c52c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .rubocop.yml
Expand Up @@ -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/**/*'
Expand Down

0 comments on commit c74c52c

Please sign in to comment.