Skip to content

Commit e72d599

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 8f4412c commit e72d599

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
LINTER_RULES_PATH: /
3232
MARKDOWN_CONFIG_FILE: .markdown-lint.yaml
33+
# watcher/ is a vendored copy of the third-party wtr/watcher library
34+
FILTER_REGEX_EXCLUDE: ^watcher/
3335
VALIDATE_CPP: false
3436
VALIDATE_JSCPD: false
3537
VALIDATE_GO: false

0 commit comments

Comments
 (0)