We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8f6ab commit 1d15de4Copy full SHA for 1d15de4
.rubocop.yml
@@ -3,7 +3,7 @@ inherit_from: .rubocop_todo.yml
3
AllCops:
4
Exclude:
5
- config/initializers/forbidden_yaml.rb
6
- - !ruby/regexp /(vendor|bundle|bin|db)\/.*/
+ - !ruby/regexp /(vendor|bundle|bin|db|tmp)\/.*/
7
RunRailsCops: true
8
DisplayCopNames: true
9
DisplayStyleGuide: true
0 commit comments