Skip to content

fix: exclude schematics templates from CodeQL analysis#1101

Merged
EugeniyKiyashko merged 1 commit into
masterfrom
fix/codeql-exclude-schematics
Apr 21, 2026
Merged

fix: exclude schematics templates from CodeQL analysis#1101
EugeniyKiyashko merged 1 commit into
masterfrom
fix/codeql-exclude-schematics

Conversation

@EugeniyKiyashko
Copy link
Copy Markdown
Contributor

Exclude additional template directories from CodeQL analysis to fix remaining 17 parse error warnings:

  • packages/devextreme-schematics/src/*/files — Angular schematics templates containing EJS syntax (<%= ... %>)
  • templates-generator — template generator config files with EJS syntax

These files are not runtime code and cause false "Type parameter declaration expected" parse errors in CodeQL.

@EugeniyKiyashko EugeniyKiyashko force-pushed the fix/codeql-exclude-schematics branch from 57ab6e1 to 79a1c49 Compare April 21, 2026 08:55
@EugeniyKiyashko EugeniyKiyashko merged commit 4332f81 into master Apr 21, 2026
41 checks passed
@EugeniyKiyashko EugeniyKiyashko deleted the fix/codeql-exclude-schematics branch April 21, 2026 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants