summaryrefslogtreecommitdiffstats
path: root/.github/codeql.yml
blob: b61c30efeb069612ca408e29adb650bbe4f54798 (plain)
1
2
3
4
5
6
7
8
9
10
11
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