From: Tom Hughes Date: Tue, 26 Mar 2019 20:22:32 +0000 (+0000) Subject: Exclude files in the vendor directory from erb-lint rubocop checks X-Git-Tag: live~2666^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/71c5cb21c5d3255899a405599261b3bb182ba321?hp=4adc6680ee0dadd92d6e27a9f686429459b792d8;ds=sidebyside Exclude files in the vendor directory from erb-lint rubocop checks --- diff --git a/.erb-lint.yml b/.erb-lint.yml index bc722c218..29057feb2 100644 --- a/.erb-lint.yml +++ b/.erb-lint.yml @@ -53,3 +53,5 @@ linters: Enabled: false # TODO Style/ConditionalAssignment: Enabled: false # TODO +exclude: + - '**/vendor/**'