Skip to content

Commit

Permalink
Create codeql exclusions file (#2609)
Browse files Browse the repository at this point in the history
  • Loading branch information
westin-m authored May 23, 2024
1 parent b456053 commit ff53760
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CodeQL.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# CodeQL configuration file
#
# Check the following link for more information:
# https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/codeql/configuring-codeql3000-ado-pipelines#excluding-external-libraries-test-files-generated-files-docs

path_classifiers:
test:
- "test/**"
- "perf/**"
docs:
- "docs/**"
- "samples/**"

0 comments on commit ff53760

Please sign in to comment.