Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple control files to add the same reference type #12165

Commits on Jul 16, 2024

  1. Allow multiple control files to add same ref type

    The build system is currently limited to a single ref type per control
    file. Two cotnrol files cannot add the same reference type.
    
    With this commit, the references added by the control file are tracked
    separately from the references loaded from the rule.yml.
    This allows us to differentiate references coming from the rule, and
    references coming from the control file.
    yuumasato committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    927aeaf View commit details
    Browse the repository at this point in the history