aboutsummaryrefslogtreecommitdiffstats
path: root/Library/.rubocop.yml
diff options
context:
space:
mode:
authorMike McQuaid2017-02-12 13:09:28 +0000
committerGitHub2017-02-12 13:09:28 +0000
commit674e5f13f8e30dedee92abffa882406c883948d9 (patch)
treecfb30fcf22d3baf54daddcd5e626e58c903f2b16 /Library/.rubocop.yml
parent1292a4b219ad6e99a06fdf2a8c623e99a2354710 (diff)
parent5dc358c1b7254aa622504cd98528779caf6dee00 (diff)
downloadbrew-674e5f13f8e30dedee92abffa882406c883948d9.tar.bz2
Merge pull request #1873 from GauthamGoli/audit_custom_cops
Custom Cops for `brew audit`
Diffstat (limited to 'Library/.rubocop.yml')
-rw-r--r--Library/.rubocop.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml
index 29a891e2a..30b9ec81e 100644
--- a/Library/.rubocop.yml
+++ b/Library/.rubocop.yml
@@ -6,6 +6,11 @@ AllCops:
- '**/Casks/**/*'
- '**/vendor/**/*'
+require: ./Homebrew/rubocops.rb
+
+Homebrew/CorrectBottleBlock:
+ Enabled: true
+
Metrics/AbcSize:
Enabled: false