Skip to content

Commit 53cefc8

Browse files
committed
feat(lint): enable full codebase validation in CI
Changed the VALIDATE_ALL_CODEBASE environment variable from false to true (default value) in the GitHub Actions CI workflow. This ensures that the linter checks the entire codebase rather than only changes, potentially catching more issues.
1 parent 6899139 commit 53cefc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
- name: Lint
2828
uses: super-linter/super-linter@v7
2929
env:
30-
VALIDATE_ALL_CODEBASE: false
3130
VALIDATE_EDITORCONFIG: false
3231
VALIDATE_JSCPD: false
3332
DEFAULT_BRANCH: "origin/4.0"

0 commit comments

Comments
 (0)