Skip to content

parse multiple blocks in config file #24

@fennifith

Description

@fennifith

Currently, the INI-like parser will error if multiple rules are defined with the same group name, ex:

[github]
matchRemote=*

[github]
matchDir=*

This should be possible in aight, as the group name only signifies the provider to use for a rule. The parser dependency seems to have an option to change this behavior here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions