Update new-style suite definitions

Capture path-problem as well as problem queries.
This commit is contained in:
Luke Cartey
2019-10-24 14:54:13 +01:00
parent fe2988ab39
commit 6bcfb4e5cc
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