Avoid running RuboCop on tmp files

This commit is contained in:
Daniel Colson 2018-09-27 21:43:33 -04:00
parent a56b68bc9c
commit 1b5a360b77
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ inherit_from:
AllCops:
Exclude:
- 'gemfiles/*'
- 'tmp/**/*'
# TODO:
# This configuration was generated by