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

Allowed numbers in namespaces in module input #188

Merged
merged 1 commit into from
Jan 24, 2024

Commits on Jan 24, 2024

  1. Allowed numbers in namespaces in module input.

    We wanted to make a `rhel_7_stig` namespace, which seems reasonable
    so let's allow it.
    
    I've seen other langauges not allowing identifiers to start with a number
    to make things less ambiguous, so let's do that.
    
    For example, `rhel_7_stig` is considered an acceptable namespace, while
    `123`, `100_000`, and `1M` are not, since they look like values / numbers.
    
    Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
    olehermanse committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    5ab50f6 View commit details
    Browse the repository at this point in the history