plone / plone.recipe.codeanalysis

provides static code analysis for Buildout-based Python projects, including flake8, JSHint, CSS Lint, and other code checks
https://pypi.org/project/plone.recipe.codeanalysis/
11 stars 5 forks source link

Add a validator for chameleon syntax #180

Closed gforcada closed 2 years ago

gforcada commented 8 years ago

As of Plone 5, Chameleon is the standard rendering engine for templates.

This comparison could be a good starting point as how to turn one's templates into better more-stylish Chameleon ones.

gforcada commented 2 years ago

I guess this is no longer the place to add this, a github action, pre-commit hook, or plain integration of tooling is best nowadays 😄