From: Tom Hughes Date: Tue, 27 Aug 2019 14:33:23 +0000 (+0100) Subject: Exclude all vendored code from rubocop checking X-Git-Tag: live~2405 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/bf1b9a9b6038c9e906133e9a981cc91b9512237d Exclude all vendored code from rubocop checking --- diff --git a/.rubocop.yml b/.rubocop.yml index 87abac9a3..cbd62a052 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -6,6 +6,8 @@ require: AllCops: TargetRubyVersion: 2.5 + Exclude: + - 'vendor/**/*' Rails: Enabled: true