-
Feature Request
-
Resolution: Unresolved
-
Undefined
-
None
-
n/a
-
False
-
-
False
Request:
This is a rule that we would have a great benefit from since we took a decision to have a non-default naming convention for variables.
Due to this, the rule var-naming[no-role-prefix] does not work as it conflicts with the rule that checks for variable names.
example if you have a variable pattern var_naming_pattern: "^[A-Z_][A-Za-z0-9_]*$" in ansible lint
Github Issue: https://github.com/ansible/ansible-lint/issues/4142