Merge pull request #2191 from lcartey/lgtm-selectors

Update new-style suite definitions
This commit is contained in:
Hening Makholm
2019-10-24 16:15:56 +02:00
committed by GitHub
2 changed files with 12 additions and 4 deletions

View File

@@ -1,8 +1,12 @@
- description: Selectors for excluding queries that LGTM doesn't display by default
- exclude:
kind: problem
kind:
- problem
- path-problem
precision: medium
- exclude:
kind: problem
kind:
- problem
- path-problem
precision: high
problem.severity: recommendation

View File

@@ -1,11 +1,15 @@
- description: Selectors for selecting the LGTM-relevant queries for a language
- include:
kind: problem
kind:
- problem
- path-problem
precision:
- high
- very high
- include:
kind: problem
kind:
- problem
- path-problem
precision: medium
problem.severity:
- error