Skip to content

Commit

Permalink
add excludepath pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
arroyc committed Apr 6, 2024
1 parent 6929adf commit 6f08a98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ado-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- task: CodeQL3000Init@0
inputs:
Enabled: true
Language: javascript
Language: javascript
ExcludePathPatterns: $(Build.SourcesDirectory)/test

# Build tasks
# CodeQL WILL NOT WORK for compiled languages if there are no build tasks here
Expand Down

0 comments on commit 6f08a98

Please sign in to comment.