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