Skip to content
Snippets Groups Projects
Unverified Commit 896117aa authored by Daniel Siepmann's avatar Daniel Siepmann
Browse files

TASK: Add docs how to lint TypoScript

Relates: #54
parent 979ae3bb
1 merge request!74Feature/54 add checks for typoscript
......@@ -31,6 +31,17 @@ You might want to add ``-p --colors`` to see that something is happening.
Also make sure to ignore certain files like libraries or js and css files while running the update.
Check out the official docs for how to do so.
Lint TypoScript
---------------
To lint TypoScript, include the files in your linting and add the following arguments per file
extension::
--extensions=txt/TypoScript,ts/TypoScript
Make sure to ignore files with same file extension but different meaning, like documentatons, readme
or changelogs.
FAQ
---
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment