diff options
| author | Mike McQuaid | 2017-02-12 13:09:28 +0000 |
|---|---|---|
| committer | GitHub | 2017-02-12 13:09:28 +0000 |
| commit | 674e5f13f8e30dedee92abffa882406c883948d9 (patch) | |
| tree | cfb30fcf22d3baf54daddcd5e626e58c903f2b16 /Library/.rubocop.yml | |
| parent | 1292a4b219ad6e99a06fdf2a8c623e99a2354710 (diff) | |
| parent | 5dc358c1b7254aa622504cd98528779caf6dee00 (diff) | |
| download | brew-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.yml | 5 |
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 |
