Skip to content

Commit b284819

Browse files
committed
docs: add note for TYPO3 <14 content blocks lint job
1 parent d946640 commit b284819

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Analyze code quality and static analysis.
4949

5050
Includes:
5151
- `analyze/analyze-composer-lint.yaml`
52-
- `analyze/analyze-content-blocks-lint.yaml`
52+
- `analyze/analyze-content-blocks-lint.yaml` (**Note:** TYPO3 <14 requires an active database connection for the lint command)
5353
- `analyze/analyze-editorconfig.yaml`
5454
- `analyze/analyze-fluid-lint.yaml`
5555
- `analyze/analyze-js-lint.yaml`

analyze/analyze-content-blocks-lint.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
# Dependency:
55
# Composer package "friendsoftypo3/content-blocks" and a composer script "lint:content-blocks"
66
#
7+
# Note:
8+
# TYPO3 <14 requires an active database connection for the lint command.
9+
# Make sure a database service is available in the CI job when using TYPO3 <14.
10+
#
711
analyze:content-blocks:lint:
812
image:
913
name: ${DEFAULT_IMAGE_BUILD_COMPOSER}

0 commit comments

Comments
 (0)