summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2017-01-04 19:00:40 +0100
committerTim Meusel <tim@bastelfreak.de>2017-01-04 19:00:40 +0100
commit94d8cd6ac90a4341781e969261562b54c5fe18eb (patch)
tree5971172aa19dba0c3d3de64c0a6896a223995b7a /.rubocop.yml
parenta08a72c67d133017a5b75a666d6caddee11197c1 (diff)
modulesync 0.16.7
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml8
1 files changed, 8 insertions, 0 deletions
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