namelesscoder / fluid-lint
Lint/syntax check for TYPO3.Fluid template files
1.0.0
2015-04-23 01:26 UTC
Requires
Requires (Dev)
- mikey179/vfsstream: *
- namelesscoder/fluid: dev-master
- phpunit/phpunit: *
- satooshi/php-coveralls: *
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-08-26 23:59:47 UTC
README
Checks the basic syntax of Fluid template files.
Archived
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.
Installation
composer require typo3fluid/fluid-lint
Usage
./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