diff options
| author | Gautham Goli | 2017-05-24 13:04:55 +0530 |
|---|---|---|
| committer | Gautham Goli | 2017-07-07 20:46:57 +0530 |
| commit | 4ed34f91c26b3b3449d676fa2067222d318c4d3a (patch) | |
| tree | 8a92eee4adb12ba728070ed97600065c8389dd9f /Library/.rubocop.yml | |
| parent | b5529084906af89827f6d9befd613457a1615918 (diff) | |
| download | brew-4ed34f91c26b3b3449d676fa2067222d318c4d3a.tar.bz2 | |
audit: Port audit_conflicts 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 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 |
