From 9686a6a6a3f4265d09e351635a75f6c30a08e847 Mon Sep 17 00:00:00 2001 From: halo Date: Mon, 1 Jan 2018 11:01:24 +0100 Subject: [PATCH] Rubocop happiness --- .rubocop.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 8921ee5..e830d85 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -14,3 +14,9 @@ Style/TrailingCommaInLiteral: # Top-level class documentation is nice, but it's too early in the project to activate this Style/Documentation: Enabled: false + +# This comes from the rubocop-rspec gem +Metrics/BlockLength: + Exclude: + - Rakefile + - spec/**/*.rb