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

Add undefined arg lint rule #4897

Merged
merged 3 commits into from
May 11, 2024
Merged

Add undefined arg lint rule #4897

merged 3 commits into from
May 11, 2024

Commits on May 11, 2024

  1. Add undefined arg lint rule

    Signed-off-by: Talon Bowler <talon.bowler@docker.com>
    daghack committed May 11, 2024
    Configuration menu
    Copy the full SHA
    1b1c5bc View commit details
    Browse the repository at this point in the history
  2. move validateCommandVar to happen during dispatch and add additional …

    …test cases
    
    Signed-off-by: Talon Bowler <talon.bowler@docker.com>
    daghack committed May 11, 2024
    Configuration menu
    Copy the full SHA
    dffa478 View commit details
    Browse the repository at this point in the history
  3. call validateCommandVars from within the command.Expand call

    Signed-off-by: Talon Bowler <talon.bowler@docker.com>
    daghack committed May 11, 2024
    Configuration menu
    Copy the full SHA
    7a405e5 View commit details
    Browse the repository at this point in the history