Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Latest commit

 

History

History
38 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.07 KB

Fluid Lint Utility

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