diff --git a/.rubocop.yml b/.rubocop.yml index c1851aab5..9bbfbc8ca 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -156,6 +156,10 @@ Metrics/PerceivedComplexity: human reader. Enabled: false + Style/ClassAndModuleChildren: + Description: 'Checks style of children classes and modules.' + Enabled: false + # TODO Style/FileName: @@ -230,8 +234,6 @@ Style/CommentIndentation: Enabled: false Metrics/CyclomaticComplexity: Enabled: false -Style/ClassAndModuleChildren: - Enabled: false Style/GlobalVars: Enabled: false Rails/TimeZone: