diff options
| author | Gautham Goli | 2017-05-22 13:09:49 +0530 |
|---|---|---|
| committer | Gautham Goli | 2017-05-31 22:59:48 +0530 |
| commit | cf848a14d2de60b425d6e279051a919ff6ad1e43 (patch) | |
| tree | a1ac4c055cbb96f3b7953a8a3e265dd7d7ff5abf /Library/.rubocop.yml | |
| parent | f9e8d8430154e3480d5255e35b802a46f9168b5a (diff) | |
| download | brew-cf848a14d2de60b425d6e279051a919ff6ad1e43.tar.bz2 | |
audit: Port audit_caveats method to rubocop and add tests
Diffstat (limited to 'Library/.rubocop.yml')
| -rw-r--r-- | Library/.rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 8fd64cb1a..293e88749 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -11,6 +11,9 @@ require: ./Homebrew/rubocops.rb FormulaAudit/Text: Enabled: true +FormulaAudit/Caveats: + Enabled: true + FormulaAuditStrict/BottleBlock: Enabled: true |
