We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
var-naming[no-role-prefix]
1 parent f42b7a1 commit 584cbb0Copy full SHA for 584cbb0
.ansible-lint
@@ -22,3 +22,7 @@ mock_roles:
22
- redhat-subscription
23
- tripleo.operator.tripleo_deploy
24
- tripleo.operator.tripleo_repos
25
+
26
+skip_list:
27
+ # Variables names from within roles should use role_name_ as a prefix
28
+ - var-naming[no-role-prefix]
0 commit comments