diff options
| author | Mike McQuaid | 2017-06-09 09:46:05 +0300 |
|---|---|---|
| committer | GitHub | 2017-06-09 09:46:05 +0300 |
| commit | e83e394a731f3317dc09a5eb1210ff6996e40ed2 (patch) | |
| tree | 73a9cc10ded84946bad2773b9fc848ec607b3315 /Library/.rubocop.yml | |
| parent | 0e2b043c125538dab0cee416bff908034ad37e84 (diff) | |
| parent | d09d5ecc559c4971fae77769cb1a203bb20c7a97 (diff) | |
| download | brew-e83e394a731f3317dc09a5eb1210ff6996e40ed2.tar.bz2 | |
Merge pull request #2755 from GauthamGoli/audit_checksum_rubocop
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 |
