mirror of
https://github.com/github/codeql.git
synced 2026-01-22 19:02:59 +01:00
14 lines
462 B
Plaintext
14 lines
462 B
Plaintext
- description: Standard LGTM queries for JavaScript, 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: Comments/FCommentedOutCode.ql
|
|
- query: Metrics/FLinesOfCode.ql
|
|
- query: Metrics/FLinesOfComment.ql
|
|
- query: Metrics/FNumberOfTests.ql
|