aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.rubocop.yml1
-rw-r--r--.sync.yml4
2 files changed, 5 insertions, 0 deletions
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