Skip to content

Commit 6fe0d5d

Browse files
ci: exclude vendored watcher/ from super-linter
All super-linter failures come from watcher/, a vendored copy of the third-party wtr/watcher library. Exclude it so the lint job reflects FrankenPHP's own code. The `^` anchor leaves .github/actions/watcher/ and internal/watcher/ linted.
1 parent a9893b4 commit 6fe0d5d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lint.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
LINTER_RULES_PATH: /
3232
MARKDOWN_CONFIG_FILE: .markdown-lint.yaml
33-
FILTER_REGEX_EXCLUDE: docs/(cn|es|fr|ja|pt-br|ru|tr)/
33+
# watcher/ is a vendored copy of the third-party wtr/watcher library
34+
FILTER_REGEX_EXCLUDE: ^(docs/(cn|es|fr|ja|pt-br|ru|tr)|watcher)/
3435
VALIDATE_CPP: false
3536
VALIDATE_JSCPD: false
3637
VALIDATE_GO: false

0 commit comments

Comments
 (0)