mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Rubocop: Move Style/ClassAndModuleChildren back to rubocop_todo.yml
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user