diff options
| author | Gautham Goli | 2017-06-16 19:44:14 +0530 |
|---|---|---|
| committer | Gautham Goli | 2017-06-16 19:45:16 +0530 |
| commit | 0e1c88e7aefb93a8e2cc927fa9a4e903ac015c57 (patch) | |
| tree | 0c91ca4b66538b4d179fd7877fc2e2caf5368a48 /Library/.rubocop.yml | |
| parent | 77da75e7d6ecc2ca749eb939d8e24ad9e3dfc5e1 (diff) | |
| download | brew-0e1c88e7aefb93a8e2cc927fa9a4e903ac015c57.tar.bz2 | |
Refactor Checksum cop to add autocorrect method
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 dafb1221b..21f123859 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -15,6 +15,9 @@ FormulaAudit/Caveats: FormulaAudit/Checksum: Enabled: true +FormulaAudit/ChecksumCase: + Enabled: true + FormulaAuditStrict/BottleBlock: Enabled: true |
