diff options
| author | Mike McQuaid | 2017-05-15 10:02:47 +0100 |
|---|---|---|
| committer | GitHub | 2017-05-15 10:02:47 +0100 |
| commit | ea8be174f6009bc9bdec67b13ca501b5b83fc4b8 (patch) | |
| tree | 0b2a1adeabd135d35c6f0a7d3c53df4d8797c907 /Library/.rubocop.yml | |
| parent | 9889b42ec4396dca190fb0823453e259344ee015 (diff) | |
| parent | 91efcb045e687301a8440d91e55ddbc1c053b757 (diff) | |
| download | brew-ea8be174f6009bc9bdec67b13ca501b5b83fc4b8.tar.bz2 | |
Merge pull request #2631 from GauthamGoli/audit_homepage_rubocop1.2.1
audit: 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 d77a8b100..12886a508 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 |
