diff options
| author | Gautham Goli | 2017-06-01 00:57:24 +0530 |
|---|---|---|
| committer | Gautham Goli | 2017-06-08 21:53:46 +0530 |
| commit | d09d5ecc559c4971fae77769cb1a203bb20c7a97 (patch) | |
| tree | f7fff3a14cf6c6fdaa9ec0996c18af7ed16c41e0 /Library/.rubocop.yml | |
| parent | 134da5b8c266d0e5f07a1f79bff233f372c7ef30 (diff) | |
| download | brew-d09d5ecc559c4971fae77769cb1a203bb20c7a97.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 8099c7ad0..0e3f49fdf 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 |
