History log of /seL4-camkes-master/projects/camkes-tool/camkes/templates/tests/jinja_lint.py
Revision Date Author Comments
# bb94d148 14-Apr-2020 Matthew Fernandez <matthew.fernandez@gmail.com>

tools: generalise jinja_lint support to non-CAmkES use cases

This change makes the Jinja linter capable of understanding templates that don't
use the same start and end markers as CAmkES does. In particular, it makes the
default markers the Jinja defaults ('{%' and friends) and allows controlling
this via command line options.

Signed-off-by: Matthew Fernandez <matthew.fernandez@gmail.com>


# 8b2ec3e6 20-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses


# bacfebce 27-Oct-2015 Matthew Fernandez <matthew.fernandez@nicta.com.au>

Refactored parser init commit.