File: codeql.yml

package info (click to toggle)
gemmi 0.6.5%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,836 kB
  • sloc: cpp: 54,719; python: 4,743; ansic: 3,972; sh: 384; makefile: 73; f90: 42; javascript: 12
file content (19 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "CodeQL configuration"

queries:
  - uses: security-extended
  - uses: security-and-quality
query-filters:
  - exclude:
      id:
        - cpp/poorly-documented-function
        - cpp/fixme-comment
        - cpp/commented-out-code
        - cpp/complex-block
        - cpp/equality-on-floats
        - cpp/loop-variable-changed

# it doesn't work for compiled languages, but perhaps it will in the future
# https://github.com/github/codeql/issues/5618#issuecomment-815058569
paths-ignore:
  - include/gemmi/third_party