summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index b9d27765..0de0a936 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -23,3 +23,7 @@ Layout/CommentIndentation:
Layout/MultilineMethodCallIndentation:
EnforcedStyle: indented
+
+Style/ClassAndModuleChildren:
+ Exclude:
+ - 'spec/fixtures/example_nesting.rb'