From 94d8cd6ac90a4341781e969261562b54c5fe18eb Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 4 Jan 2017 19:00:40 +0100 Subject: modulesync 0.16.7 --- .rubocop.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index f703c72..0e28667 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -510,3 +510,11 @@ RSpec/ExampleLength: RSpec/NamedSubject: Enabled: False + +# disabled for now since they cause a lot of issues +# these issues aren't easy to fix +RSpec/RepeatedDescription: + Enabled: False + +RSpec/NestedGroups: + Enabled: False -- cgit v1.2.3