asm89 / twig-lint

Standalone twig linter.
MIT License
118 stars 32 forks source link

Use as tooling to find deprecated twig template elements? #43

Open goba opened 5 years ago

goba commented 5 years ago

@lauriii looked at possibly using twig-lint to detect deprecated API use, see https://github.com/lauriii/twig-lint/commit/ce92148c3ed053f4cf4444e01269974b051ec269 -- which is obviously very raw, but we were wondering if you think this would be the right tool for this and if you had better ideas?

asm89 commented 3 years ago

I think using a linter to point out deprecated APIs makes sense. :)