Skip to content

Commit 1cf1b77

Browse files
authored
CodeQL - fix unstable fails (#28372)
1 parent 6324a66 commit 1cf1b77

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/codeql/codeql-config.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: "DevExtreme CodeQL config"
22
paths-ignore:
33
# all published sources are located in artifacts/npm/**, so we can disable following paths:
44
- "/artifacts/**"
5-
- "/packages/devextreme/artifacts/js/**"
6-
- "/packages/devextreme/artifacts/transpiled/**"
7-
- "/packages/devextreme/artifacts/transpiled-esm-npm/**"
8-
- "/packages/devextreme/artifacts/transpiled-renovation/**"
9-
- "/packages/devextreme/artifacts/transpiled-renovation-npm/**"
5+
- "/packages/devextreme/artifacts/transpiled/**" # not prod code
6+
- "/packages/devextreme/artifacts/transpiled-esm-npm/**" # not prod code
7+
- "/packages/devextreme/artifacts/transpiled-renovation/**" # not prod code
8+
- "/packages/devextreme/artifacts/transpiled-renovation-npm/**" # not prod code
9+
- "/packages/devextreme/artifacts/npm/devextreme-dist/**" # same as artifacts/js, removed to optimize
10+
- "/packages/devextreme/artifacts/npm/devextreme/cjs/**" # same as npm/devextreme/esm/**, removed to optimize
11+
- "/packages/devextreme-angular/dist/**" # not prod code

0 commit comments

Comments
 (0)