Skip to content

Commit 1d15de4

Browse files
committed
Skip checking style in tmp
1 parent 8e8f6ab commit 1d15de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ inherit_from: .rubocop_todo.yml
33
AllCops:
44
Exclude:
55
- config/initializers/forbidden_yaml.rb
6-
- !ruby/regexp /(vendor|bundle|bin|db)\/.*/
6+
- !ruby/regexp /(vendor|bundle|bin|db|tmp)\/.*/
77
RunRailsCops: true
88
DisplayCopNames: true
99
DisplayStyleGuide: true

0 commit comments

Comments
 (0)