You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
────────────────────────────── JINJA2 LINT ERRORS ──────────────────────────────
templates/valkey.conf.j2
├── templates/valkey.conf.j2:350 If variable is multi-words, underscore `_`
│ should be used as a separator: '{{ my_variable_name }}': valkey-server
│ (jinja-variable-format)
└── templates/valkey.conf.j2:364 If variable is multi-words, underscore `_`
should be used as a separator: '{{ my_variable_name }}': valkey-server
(jinja-variable-format)
Jinja2 linting finished with 2 error(s) and 0 warning(s)
Words with hyphens within a string not touching a quote are raising
jinja-variable-format
false positives:For instance:
The text was updated successfully, but these errors were encountered: