lgtm.yml
A lgtm configuration files
| Type | object |
|---|---|
| File match |
lgtm.yml
.lgtm.yml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/lgtm-yml/latest.json |
| Source | https://www.schemastore.org/lgtm.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Configuration file for lgtm, for continuous security analysis.
Properties
path_classifiers
Record<string, string | object[]>
Defines the tag that you want to modify. Usually this is a built-in tag, but you can define your own tags.
queries
array | null
extraction
Record<string, object>
Definitions
queryItem
object
id
string
Use to identify a specific query whose results you want to include or exclude from display on LGTM.
severity
string
Use to specify a single level of severity (error, warning or recommendation) for queries whose results you want to include or exclude from display.
tags
string[]
Use to specify one or more tags for queries whose results you want to include or exclude from display.