Skip to content

Allow rules to be defined via yaml arrays #37

Description

@akhundMurad

Right now, rules are written with this pattern:

rule:
    id: rule_1
    ...

rule:
    id: rule_2
    ...

However, a better way is this:

rules:
    - id: rule_1
       ...
    
    - id: rule_2
       ...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions