mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Change @kind to 'table' for test and sanity checks queries that don't select problems
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @name Naive
|
||||
* @description Insert description here...
|
||||
* @kind problem
|
||||
* @kind table
|
||||
* @problem.severity warning
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @name All must have locations
|
||||
* @description
|
||||
* @kind problem
|
||||
* @kind table
|
||||
* @problem.severity error
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @name ImportTimeScope
|
||||
* @description ImportTimeScope Test
|
||||
* @kind problem
|
||||
* @kind table
|
||||
* @problem.severity warning
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user