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

ci: ansible-lint - ignore var-naming[no-role-prefix] #105

Merged
merged 1 commit into from
Jul 12, 2023

Commits on Jul 12, 2023

  1. ci: ansible-lint - ignore var-naming[no-role-prefix]

    ansible-lint has recently added a check for this.  It flags a lot of our test
    code, and some of our role code that uses nested roles.
    There is no easy way to disable it for these cases only.  It would be a
    tremendous amount of work to add `# noqa` comments everywhere.
    The use of `.ansible-lint-ignore` would be a maintenance burden (cannot use
    tests/tests_*.yml or other similar wildcard to match all test files), would
    still issue a lot of warning messages, and would not solve all of the problems.
    The only way for now is to skip this rule.
    
    Signed-off-by: Rich Megginson <rmeggins@redhat.com>
    richm committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    93367ee View commit details
    Browse the repository at this point in the history