Added rubocop cop 'Style/ClassAndModuleChildren' to the Zammad StyleGuide.

This commit is contained in:
Thorsten Eckel 2015-05-06 15:00:11 +02:00
parent 89d1768f87
commit a960793e72

View file

@ -156,6 +156,10 @@ Metrics/PerceivedComplexity:
human reader. human reader.
Enabled: false Enabled: false
Style/ClassAndModuleChildren:
Description: 'Checks style of children classes and modules.'
Enabled: false
# TODO # TODO
Style/FileName: Style/FileName:
@ -230,8 +234,6 @@ Style/CommentIndentation:
Enabled: false Enabled: false
Metrics/CyclomaticComplexity: Metrics/CyclomaticComplexity:
Enabled: false Enabled: false
Style/ClassAndModuleChildren:
Enabled: false
Style/GlobalVars: Style/GlobalVars:
Enabled: false Enabled: false
Rails/TimeZone: Rails/TimeZone: