summaryrefslogtreecommitdiffstats
path: root/.github/codeql.yml
blob: a4271ec6009de3274341cc62e2bb2e8f654199ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
query-filters:
  - exclude:
      id: cpp/commented-out-code
  - exclude:
      id: cpp/include-non-header
  - exclude:
      id: cpp/long-switch
  - exclude:
      id: cpp/loop-variable-changed
  - exclude:
      id: cpp/poorly-documented-function
  - exclude:
      id: cpp/constant-comparison