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 + .sync.yml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .sync.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. diff --git a/.sync.yml b/.sync.yml new file mode 100644 index 0000000..25c12d2 --- /dev/null +++ b/.sync.yml @@ -0,0 +1,4 @@ +.rubocop.yml: + default_configs: + Metrics/LineLength: + Enabled: false -- cgit v1.2.3