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

Mark NameOrCurrent as an untagged enum #1012

Merged
merged 1 commit into from
Apr 17, 2024
Merged

Mark NameOrCurrent as an untagged enum #1012

merged 1 commit into from
Apr 17, 2024

Commits on Apr 16, 2024

  1. Mark NameOrCurrent as an untagged enum

    This changes the required syntax when defining validation rules to be as
    documented in the examples.
    
    Expected (works with this change):
    
        - allow: AlterExistingFiles
          packages:
            - automake
    
    Reality (before this change):
    
        - allow: AlterExistingFiles
          packages:
            - !Name automake
    
    Signed-off-by: J Robert Ray <jrray@imageworks.com>
    J Robert Ray committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9473f12 View commit details
    Browse the repository at this point in the history