typo3fluid/fluid-lint

This package is abandoned and no longer maintained. No replacement package was suggested.

Lint/syntax check for TYPO3.Fluid template files

1.0.0 2015-04-23 01:26 UTC

This package is auto-updated.

Last update: 2022-08-01 16:13:29 UTC


README

Build Status Coverage

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