]> git.openstreetmap.org Git - rails.git/commitdiff
Exclude all vendored code from rubocop checking
authorTom Hughes <tom@compton.nu>
Tue, 27 Aug 2019 14:33:23 +0000 (15:33 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 27 Aug 2019 14:33:23 +0000 (15:33 +0100)
.rubocop.yml

index 87abac9a3becdd243a02b10ef612b2781d0a8004..cbd62a052512bc82c9b6858a965391f206fb5327 100644 (file)
@@ -6,6 +6,8 @@ require:
 
 AllCops:
   TargetRubyVersion: 2.5
+  Exclude:
+    - 'vendor/**/*'
 
 Rails:
   Enabled: true