We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I propose adding a linter and integrating it into GitHub Actions to prevent typical errors and issues in pull requests (PRs).
For example, to prevent issues like #127, it’s possible to use an automatic check with a tool such as j2lint.
P.S. Example of j2lint output on current j2 file with an error:
❯ j2lint roles/mirrorlist/templates/reflector-update.sh.j2 ───────────────────────────────────────────────────── JINJA2 LINT ERRORS ────────────────────────────────────────────────────── roles/mirrorlist/templates/reflector-update.sh.j2 └── roles/mirrorlist/templates/reflector-update.sh.j2:2 unexpected '}' (jinja-syntax-error) Jinja2 linting finished with 1 error(s) and 0 warning(s)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I propose adding a linter and integrating it into GitHub Actions to prevent typical errors and issues in pull requests (PRs).
For example, to prevent issues like #127, it’s possible to use an automatic check with a tool such as j2lint.
P.S. Example of j2lint output on current j2 file with an error:
The text was updated successfully, but these errors were encountered: