projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Exclude files in the vendor directory from erb-lint rubocop checks
[rails.git]
/
.erb-lint.yml
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/**'