aboutsummaryrefslogtreecommitdiffstats
path: root/Library/.rubocop.yml
diff options
context:
space:
mode:
authorGautham Goli2017-05-22 13:09:49 +0530
committerGautham Goli2017-05-31 22:59:48 +0530
commitcf848a14d2de60b425d6e279051a919ff6ad1e43 (patch)
treea1ac4c055cbb96f3b7953a8a3e265dd7d7ff5abf /Library/.rubocop.yml
parentf9e8d8430154e3480d5255e35b802a46f9168b5a (diff)
downloadbrew-cf848a14d2de60b425d6e279051a919ff6ad1e43.tar.bz2
audit: Port audit_caveats method to rubocop and add tests
Diffstat (limited to 'Library/.rubocop.yml')
-rw-r--r--Library/.rubocop.yml3
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