aboutsummaryrefslogtreecommitdiffstats
path: root/Library/.rubocop.yml
diff options
context:
space:
mode:
authorMike McQuaid2017-06-09 09:46:05 +0300
committerGitHub2017-06-09 09:46:05 +0300
commite83e394a731f3317dc09a5eb1210ff6996e40ed2 (patch)
tree73a9cc10ded84946bad2773b9fc848ec607b3315 /Library/.rubocop.yml
parent0e2b043c125538dab0cee416bff908034ad37e84 (diff)
parentd09d5ecc559c4971fae77769cb1a203bb20c7a97 (diff)
downloadbrew-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.yml3
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