Checks the basic syntax of Fluid template files.
This project has been left unmaintained for years and stalled.
The repository has been archived and is marked abandoned on packagist.org.
In case a general linter of Fluid templates finds general acceptance, an implementation should be merged to https://github.com/TYPO3/Fluid directly.
composer require typo3fluid/fluid-lint
./vendor/bin/fluidlint /path/to/files-or-file
If you are linting for a project that uses a custom RenderingContext, specify the RenderingContext class as last argument:
./vendor/bin/fluidlint /path/to/files-or-file MyVendor\\MyPackageName\\Rendering\\MyRenderingContext