Pattern: Missing max_depth
configuration
Issue: -
Detects missing max_depth
configuration in schema files.
@example
# good
class AppSchema < BaseSchema
max_depth 42
end
Pattern: Missing max_depth
configuration
Issue: -
Detects missing max_depth
configuration in schema files.
@example
# good
class AppSchema < BaseSchema
max_depth 42
end