Skip to content

Commit

Permalink
CodeQL - fix unstable fails (#28372)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomahtri authored Nov 15, 2024
1 parent 6324a66 commit 1cf1b77
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: "DevExtreme CodeQL config"
paths-ignore:
# all published sources are located in artifacts/npm/**, so we can disable following paths:
- "/artifacts/**"
- "/packages/devextreme/artifacts/js/**"
- "/packages/devextreme/artifacts/transpiled/**"
- "/packages/devextreme/artifacts/transpiled-esm-npm/**"
- "/packages/devextreme/artifacts/transpiled-renovation/**"
- "/packages/devextreme/artifacts/transpiled-renovation-npm/**"
- "/packages/devextreme/artifacts/transpiled/**" # not prod code
- "/packages/devextreme/artifacts/transpiled-esm-npm/**" # not prod code
- "/packages/devextreme/artifacts/transpiled-renovation/**" # not prod code
- "/packages/devextreme/artifacts/transpiled-renovation-npm/**" # not prod code
- "/packages/devextreme/artifacts/npm/devextreme-dist/**" # same as artifacts/js, removed to optimize
- "/packages/devextreme/artifacts/npm/devextreme/cjs/**" # same as npm/devextreme/esm/**, removed to optimize
- "/packages/devextreme-angular/dist/**" # not prod code

0 comments on commit 1cf1b77

Please sign in to comment.