From 8862c0fa9b01ec51d68394084fb32dd3eefd14c2 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 25 Jul 2019 20:55:17 +0100 Subject: [PATCH] rubocop_rspec: disable a new rule. --- Library/.rubocop_rspec.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/.rubocop_rspec.yml b/Library/.rubocop_rspec.yml index 614702505c..7c8107785d 100644 --- a/Library/.rubocop_rspec.yml +++ b/Library/.rubocop_rspec.yml @@ -18,6 +18,8 @@ RSpec/ContextWording: Enabled: false RSpec/DescribeClass: Enabled: false +RSpec/LeakyConstantDeclaration: + Enabled: false RSpec/MessageSpies: Enabled: false