Hello!
Can you add support for ansible jinja2 template syntax (for example detect double brace as string)?
I use ansible for change config files of asterisk and linter with this files works incorrect:

There is link on other examples
Alternative idea: add support for line ignore comment, like it works in eslint:
{{ some incorrect syntax line }} # asterisklint-disable-line
// eslint-disable-line
Hello!

Can you add support for ansible jinja2 template syntax (for example detect double brace as string)?
I use ansible for change config files of asterisk and linter with this files works incorrect:
There is link on other examples
Alternative idea: add support for line ignore comment, like it works in eslint:
{{ some incorrect syntax line }} # asterisklint-disable-line
// eslint-disable-line