aboutsummaryrefslogtreecommitdiffstats
path: root/Library/.rubocop.yml
diff options
context:
space:
mode:
authorGautham Goli2017-04-23 04:09:13 +0530
committerGautham Goli2017-05-02 23:26:12 +0530
commitc3330c289d0cc774b8154a0cee0f52fbd4b867aa (patch)
tree80ed27ae97960cc9d99984675f2d7ea4b6c030d0 /Library/.rubocop.yml
parenta4568a8697e9ff4a3d8f62e37ee929e22f10d07d (diff)
downloadbrew-c3330c289d0cc774b8154a0cee0f52fbd4b867aa.tar.bz2
Add `--only-cops`,`--except-cops` options for brew audit
Also refactor audit cops into two "departments" - FormulaAudit - FormulaAuditStrict
Diffstat (limited to 'Library/.rubocop.yml')
-rw-r--r--Library/.rubocop.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml
index 276e4aabf..07f9cc84f 100644
--- a/Library/.rubocop.yml
+++ b/Library/.rubocop.yml
@@ -8,10 +8,10 @@ AllCops:
require: ./Homebrew/rubocops.rb
-Homebrew/CorrectBottleBlock:
+FormulaAuditStrict/CorrectBottleBlock:
Enabled: true
-Homebrew/FormulaDesc:
+FormulaAuditStrict/FormulaDesc:
Enabled: true
Homebrew/FormulaComponentsOrder: