diff options
| author | Gautham Goli | 2017-05-14 13:49:42 +0530 |
|---|---|---|
| committer | Gautham Goli | 2017-05-14 22:05:46 +0530 |
| commit | 91efcb045e687301a8440d91e55ddbc1c053b757 (patch) | |
| tree | d507b53ea78c6bbe6defdeb8395a8494360c0b59 /Library/.rubocop.yml | |
| parent | 459fef3b09b25d3e24cce6aa6f2e3a7bd5460a2b (diff) | |
| download | brew-91efcb045e687301a8440d91e55ddbc1c053b757.tar.bz2 | |
Port audit_homepage 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 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 |
