diff options
| author | Gautham Goli | 2017-06-01 00:57:24 +0530 |
|---|---|---|
| committer | Gautham Goli | 2017-06-16 19:45:16 +0530 |
| commit | 4d7a98341556614818223060ca94413b17e3d1e6 (patch) | |
| tree | 16562b6d5e4f34ed3184bbe2ebf90e0e76d3893f /Library/.rubocop.yml | |
| parent | 3b376bfa2f8d3e61dc1164304d4f8d64de6e6014 (diff) | |
| download | brew-4d7a98341556614818223060ca94413b17e3d1e6.tar.bz2 | |
audit: Port audit_checksum 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 19d871414..dafb1221b 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -12,6 +12,9 @@ FormulaAudit/Text: FormulaAudit/Caveats: Enabled: true +FormulaAudit/Checksum: + Enabled: true + FormulaAuditStrict/BottleBlock: Enabled: true |
