Skip to content

Commit ba7fddd

Browse files
committed
Change @kind to 'table' for test and sanity checks queries that don't select problems
1 parent 52d8ca0 commit ba7fddd

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

cpp/ql/src/semmle/code/cpp/ASTSanity.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @name AST Sanity Check
33
* @description Performs sanity checks on the Abstract Syntax Tree. This query should have no results.
4-
* @kind problem
4+
* @kind table
55
* @id cpp/ast-sanity-check
66
*/
77

cpp/ql/src/semmle/code/cpp/ir/IRSanity.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @name IR Sanity Check
33
* @description Performs sanity checks on the Intermediate Representation. This query should have no results.
4-
* @kind problem
4+
* @kind table
55
* @id cpp/ir-sanity-check
66
*/
77

cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IRSanity.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @name Aliased SSA IR Sanity Check
33
* @description Performs sanity checks on the Intermediate Representation. This query should have no results.
4-
* @kind problem
4+
* @kind table
55
* @id cpp/aliased-ssa-ir-sanity-check
66
*/
77

cpp/ql/src/semmle/code/cpp/ir/implementation/raw/IRSanity.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @name Raw IR Sanity Check
33
* @description Performs sanity checks on the Intermediate Representation. This query should have no results.
4-
* @kind problem
4+
* @kind table
55
* @id cpp/raw-ir-sanity-check
66
*/
77

cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/IRSanity.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @name SSA IR Sanity Check
33
* @description Performs sanity checks on the Intermediate Representation. This query should have no results.
4-
* @kind problem
4+
* @kind table
55
* @id cpp/ssa-ir-sanity-check
66
*/
77

cpp/ql/src/semmle/code/cpp/padding/SanityCheck.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @name Padding Sanity Check
33
* @description Performs sanity checks for the padding library. This query should have no results.
4-
* @kind problem
4+
* @kind table
55
* @id cpp/padding-sanity-check
66
*/
77

python/ql/test/2/library-tests/locations/general/AllLocations.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @name All must have locations
33
* @description
4-
* @kind problem
4+
* @kind table
55
* @problem.severity error
66
*/
77

python/ql/test/3/library-tests/PointsTo/import_time/Pruned.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @name Naive
33
* @description Insert description here...
4-
* @kind problem
4+
* @kind table
55
* @problem.severity warning
66
*/
77

python/ql/test/3/library-tests/locations/general/AllLocations.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @name All must have locations
33
* @description
4-
* @kind problem
4+
* @kind table
55
* @problem.severity error
66
*/
77

python/ql/test/3/library-tests/types/namespaces/NameSpace.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @name ImportTimeScope
33
* @description ImportTimeScope Test
4-
* @kind problem
4+
* @kind table
55
* @problem.severity warning
66
*/
77

0 commit comments

Comments
 (0)