typo3fluid / fluid-lint
此包已被废弃,不再维护。未建议替代包。
TYPO3.Fluid 模板文件的 Lint/语法检查
1.0.0
2015-04-23 01:26 UTC
Requires
Requires (Dev)
- mikey179/vfsstream: *
- namelesscoder/fluid: dev-master
- phpunit/phpunit: *
- satooshi/php-coveralls: *
This package is auto-updated.
Last update: 2022-08-01 16:13:29 UTC
README
检查 Fluid 模板文件的基本语法。
归档
该项目已多年未维护,停滞不前。
仓库已被归档,并在 packagist.org 上标记为废弃。
如果 Fluid 模板的一般 Linter 得到广泛认可,则其实施应直接合并到 https://github.com/TYPO3/Fluid。
安装
composer require typo3fluid/fluid-lint
使用
./vendor/bin/fluidlint /path/to/files-or-file
如果您为使用自定义 RenderingContext 的项目进行 linting,请指定 RenderingContext 类作为最后一个参数。
./vendor/bin/fluidlint /path/to/files-or-file MyVendor\\MyPackageName\\Rendering\\MyRenderingContext