Skip to content

Allow multiple custom rule definition of the same rule type (e.g., XPath) #89

@TimoWiddauCC

Description

@TimoWiddauCC

The current JSON rule configuration uses a Map<String, RuleConfiguration> where the map key represents the rule type. Since map keys must be unique, this prevents having multiple instances of the same rule type. For example, you can only configure one "XPath" rule, even when you need multiple XPath checks with different patterns.

It would be nice to support multiple instances of the same rule type (esp. for the mentioned XPath rule).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions