From b98cff1b85aeacebcf7bc8c5d13c524814672173 Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Wed, 27 Feb 2019 02:22:32 +0200 Subject: rubocop: fix offences of the Style/ClassAndModuleChildren cop --- .rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.rubocop.yml') 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' -- cgit v1.2.1