File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,10 @@ name: "DevExtreme CodeQL config"
22paths-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
You can’t perform that action at this time.
0 commit comments