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.
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: