Rubocop: Move Style/ClassAndModuleChildren back to rubocop_todo.yml

This commit is contained in:
Rob Harrington
2017-06-24 12:59:03 +10:00
parent c7ed27286a
commit d26970d04c
2 changed files with 6 additions and 5 deletions

View File

@@ -51,11 +51,6 @@ Rails/DynamicFindBy:
Rails/SkipsModelValidations:
Enabled: false
# This should be enfored, but doing so would require changing the entire
# file, so should probably do when outstanding PRS are at a minimum
Style/ClassAndModuleChildren:
Enabled: false
# Relaxed.Ruby.Style SETTINGS
# These styles are a starting point for the conversation around conventions
# They should be removed or tweaked and moved above as decisions are made

View File

@@ -477,6 +477,12 @@ Style/CaseIndentation:
- 'app/models/enterprise.rb'
- 'app/models/product_importer.rb'
# Offense count: 86
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: nested, compact
Style/ClassAndModuleChildren:
Enabled: false
# Offense count: 3
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.