Skip checking style in tmp

This commit is contained in:
Benjamin Fleischer 2015-09-03 22:56:04 -05:00
parent 8e8f6aba7e
commit 1d15de4f8f

View File

@ -3,7 +3,7 @@ inherit_from: .rubocop_todo.yml
AllCops:
Exclude:
- config/initializers/forbidden_yaml.rb
- !ruby/regexp /(vendor|bundle|bin|db)\/.*/
- !ruby/regexp /(vendor|bundle|bin|db|tmp)\/.*/
RunRailsCops: true
DisplayCopNames: true
DisplayStyleGuide: true