TYPO3 v14 Backend Access, User Roles & Permissions: Complete Admin Guide (2026)
Security
Are you looking to implement YAML lint in TYPO3? For better TYPO3 code quality, to save your productive time, it's always good practice to check TYPO3 Lint code, especially when working with a TYPO3 Template & Extension. Let's learn how! Always pass your TYPO3 YAML code with the below lint.
// Install Python-PIP
apt install python-pip
// Install Python based YAMLINT
pip install yamllint extends: default
rules:
braces:
level: warning
max-spaces-inside: 1
brackets:
level: warning
max-spaces-inside: 1
colons:
level: warning
commas:
level: warning
comments: disable
comments-indentation: disable
document-start: disable
empty-lines:
level: warning
hyphens:
level: warning
indentation:
spaces: 2
level: warning
indent-sequences: consistent
line-length: disable
truthy: disable
ignore: |
/.ddev/ // Run YAML Lint
yamllint -c .yamllint.yml .
Keval Pandya
TYPO3 Team Leader at NITSAN and T3Planet, Love TYPO3!
More From Author