aboutsummaryrefslogtreecommitdiffstats
path: root/Library/.rubocop.yml
diff options
context:
space:
mode:
authorGautham Goli2017-05-24 13:04:55 +0530
committerGautham Goli2017-07-07 20:46:57 +0530
commit4ed34f91c26b3b3449d676fa2067222d318c4d3a (patch)
tree8a92eee4adb12ba728070ed97600065c8389dd9f /Library/.rubocop.yml
parentb5529084906af89827f6d9befd613457a1615918 (diff)
downloadbrew-4ed34f91c26b3b3449d676fa2067222d318c4d3a.tar.bz2
audit: Port audit_conflicts 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 dbff189ef..6bfb669fd 100644
--- a/Library/.rubocop.yml
+++ b/Library/.rubocop.yml
@@ -18,6 +18,9 @@ FormulaAudit/Checksum:
FormulaAudit/ChecksumCase:
Enabled: true
+FormulaAudit/Conflicts:
+ Enabled: true
+
FormulaAuditStrict/BottleBlock:
Enabled: true