Skip to content

Commit

Permalink
Disable noisy CodeQL rules
Browse files Browse the repository at this point in the history
  • Loading branch information
VahidN authored Oct 1, 2023
1 parent ac09cad commit 2cfb53d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ name: "Security and Quality"

queries:
- uses: security-and-quality

query-filters:
- exclude:
id: cs/useless-if-statement
- exclude:
id: cs/empty-block

0 comments on commit 2cfb53d

Please sign in to comment.