From 207ffd6d4f404c4093efbf24c19650730fbb27e4 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 15 Jul 2017 17:09:35 +0100 Subject: rubocop: disable NewFormulaAudit/Options. This is activated on every formula otherwise. --- Library/.rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 596dae0c3..fd42fd023 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -28,7 +28,7 @@ FormulaAuditStrict/Options: Enabled: true NewFormulaAudit/Options: - Enabled: true + Enabled: false FormulaAuditStrict/BottleBlock: Enabled: true -- cgit v1.2.3