aboutsummaryrefslogtreecommitdiffstats
path: root/Library/.rubocop.yml
diff options
context:
space:
mode:
authorGautham Goli2017-05-14 13:49:42 +0530
committerGautham Goli2017-05-14 22:05:46 +0530
commit91efcb045e687301a8440d91e55ddbc1c053b757 (patch)
treed507b53ea78c6bbe6defdeb8395a8494360c0b59 /Library/.rubocop.yml
parent459fef3b09b25d3e24cce6aa6f2e3a7bd5460a2b (diff)
downloadbrew-91efcb045e687301a8440d91e55ddbc1c053b757.tar.bz2
Port audit_homepage 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 442315e6b..dcfae5c5c 100644
--- a/Library/.rubocop.yml
+++ b/Library/.rubocop.yml
@@ -20,6 +20,9 @@ FormulaAuditStrict/ComponentsOrder:
FormulaAuditStrict/ComponentsRedundancy:
Enabled: true
+FormulaAudit/Homepage:
+ Enabled: true
+
Metrics/AbcSize:
Enabled: false