From 207ffd6d4f404c4093efbf24c19650730fbb27e4 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 15 Jul 2017 17:09:35 +0100 Subject: [PATCH] rubocop: disable NewFormulaAudit/Options. This is activated on every formula otherwise. --- Library/.rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 596dae0c3f..fd42fd0238 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