Changeset - 3722152897ec
[Not reviewed]
0 0 1
Branko Majic (branko) - 16 days ago 2024-09-03 14:28:10
branko@majic.rs
MAR-218: Disable Ansible lints for prefixed role variable names:

- At this point in time, it does not make much sense to introduce
prefixing and breaking every single role invocation.
- Might be worth revisting down the line, although it would require
understanding a bit more clearly if prefixing has any kind of
special logic handling or it's pure guidelines.
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.ansible-lint
Show inline comments
 
new file 100644
 
---
 

	
 
skip_list:
 
  # Disable check that insists on prefixing every single role variable with role name.
 
  - var-naming[no-role-prefix]
0 comments (0 inline, 0 general)