From a960793e724503f880df8a88eed5c2b54f3790ce Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Wed, 6 May 2015 15:00:11 +0200 Subject: [PATCH] Added rubocop cop 'Style/ClassAndModuleChildren' to the Zammad StyleGuide. --- .rubocop.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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: