projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4adc668
)
Exclude files in the vendor directory from erb-lint rubocop checks
author
Tom Hughes
<tom@compton.nu>
Tue, 26 Mar 2019 20:22:32 +0000
(20:22 +0000)
committer
Tom Hughes
<tom@compton.nu>
Tue, 26 Mar 2019 20:52:43 +0000
(20:52 +0000)
.erb-lint.yml
patch
|
blob
|
history
diff --git
a/.erb-lint.yml
b/.erb-lint.yml
index bc722c218997b00d1175843e2265c4126adac4bd..29057feb246052d4a2d8f5b4b70d360a6c16e479 100644
(file)
--- a/
.erb-lint.yml
+++ b/
.erb-lint.yml
@@
-53,3
+53,5
@@
linters:
Enabled: false # TODO
Style/ConditionalAssignment:
Enabled: false # TODO
+exclude:
+ - '**/vendor/**'