From fc2256e48c4afcf70486b439f8a85ef31243830b Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Mon, 9 Jul 2018 20:43:08 -0700 Subject: Disable Metrics/LineLength check --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index faa6470..affaf1d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -19,6 +19,7 @@ AllCops: Metrics/LineLength: Description: People have wide screens, use them. Max: 200 + Enabled: false RSpec/BeforeAfterAll: Description: Beware of using after(:all) as it may cause state to leak between tests. A necessary evil in acceptance testing. -- cgit v1.2.3