summaryrefslogtreecommitdiffstats
path: root/.github/codeql.yml
blob: 6ff8337d2345a7bbaffa4ac94b2d6f9c93cdd7eb (plain)
1
2
3
4
5
6
7
8
9
query-filters:
  - exclude:
      id: cpp/commented-out-code
  - exclude:
      id: cpp/long-switch
  - exclude:
      id: cpp/loop-variable-changed
  - exclude:
      id: cpp/poorly-documented-function