From e6938d920165e3be872366216d618ca01da83fbb Mon Sep 17 00:00:00 2001 From: Gautham Goli Date: Fri, 30 Jun 2017 11:43:47 +0530 Subject: Enable LegacyPatches cop --- Library/.rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/.rubocop.yml') diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 703912781..dbff189ef 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -33,6 +33,9 @@ FormulaAuditStrict/ComponentsRedundancy: FormulaAudit/Homepage: Enabled: true +FormulaAudit/LegacyPatches: + Enabled: true + # `system` is a special case and aligns on second argument Layout/AlignParameters: Enabled: false -- cgit v1.2.3