From 971f2e308a414a32cb77120e7945dc84f2d89997 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sun, 7 Jan 2018 00:53:08 +0100 Subject: [PATCH] Disables example length rubocop rspec cop, metrics always hard to meet --- .rubocop.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 9e3b96105..6868a1bb8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -68,4 +68,7 @@ RSpec/EmptyExampleGroup: Enabled: true RSpec/EmptyLineAfterSubject: - Enabled: true \ No newline at end of file + Enabled: true + +RSpec/ExampleLength: + Enabled: false \ No newline at end of file