File: lgtm.yml

package info (click to toggle)
python-aiosmtpd 1.4.3-1.1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,060 kB
  • sloc: python: 7,850; makefile: 158; sh: 5
file content (18 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# From #214
queries:
  - exclude: javascript/*
# From github/codeql-cli-binaries#5
extraction:
  javascript:
    index:
      exclude:
        - ".git"
        - ".github"
        - "aiosmtpd"
        - "build"
        - "examples"
        - "htmlcov"
      filters:
        - exclude: "**/*.js"
        - exclude: "**/*.css"
        - exclude: "**/*.html"