Files
codeql/python/ql/src/codeql-suites/python-lgtm-full.qls
Andrew Eisenberg 3660c64328 Packaging: Rafactor Python core libraries
Extract the external facing `qll` files into the codeql/python-all
query pack.
2021-08-24 13:23:45 -07:00

14 lines
458 B
Plaintext

- description: Standard LGTM queries for Python, including ones not displayed by default
- queries: .
- apply: lgtm-selectors.yml
from: codeql/suite-helpers
# These are only for IDE use.
- exclude:
tags contain:
- ide-contextual-queries/local-definitions
- ide-contextual-queries/local-references
- query: Lexical/FCommentedOutCode.ql
- query: Metrics/FLinesOfCode.ql
- query: Metrics/FLinesOfComments.ql
- query: Metrics/FNumberOfTests.ql