X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c162c065c6f6db5dc584599f5639b296b627a165..fc8923c3059dd5fb603c84cbd0dde9c039b0eb44:/.rubocop.yml?ds=inline 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