From 726045b2f4d04a0896383975d63da0d269bc8f22 Mon Sep 17 00:00:00 2001 From: Mike McQuaid <mike@mikemcquaid.com> Date: Sat, 26 Nov 2016 21:29:02 +0000 Subject: [PATCH] rubocop: exclude more files. We never want to check these for any e.g. taps that use them. --- Library/.rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index be2fb4a67a..097eff9953 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -1,7 +1,10 @@ AllCops: TargetRubyVersion: 2.0 Exclude: + - '**/Rakefile' + - '**/.*' - '**/Casks/**/*' + - '**/vendor/**/*' Metrics/AbcSize: Enabled: false -- GitLab