Skip to content

Commit f177e34

Browse files
authored
Merge pull request #471 from geoffw0/query-tags-2
CPP: Query tags 2 (JSF queries)
2 parents 87072df + 3c7ed9b commit f177e34

File tree

154 files changed

+430
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+430
-76
lines changed

cpp/ql/src/jsf/3.02 Code Size and Complexity/AV Rule 1.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* @kind problem
55
* @id cpp/jsf/av-rule-1
66
* @problem.severity warning
7+
* @tags maintainability
8+
* external/jsf
79
*/
810
import cpp
911

cpp/ql/src/jsf/3.02 Code Size and Complexity/AV Rule 2.ql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
* @kind problem
55
* @id cpp/jsf/av-rule-2
66
* @problem.severity error
7+
* @tags maintainability
8+
* readability
9+
* testability
10+
* external/jsf
711
*/
812
import cpp
913

cpp/ql/src/jsf/3.02 Code Size and Complexity/AV Rule 3.ql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
* @description All functions shall have a cyclomatic complexity number of 20 or less.
44
* @kind problem
55
* @id cpp/jsf/av-rule-3
6-
* @problem.severity error
6+
* @problem.severity recommendation
7+
* @tags maintainability
8+
* external/jsf
79
*/
810
import cpp
911

cpp/ql/src/jsf/4.04 Environment/AV Rule 11.ql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
* @kind problem
55
* @id cpp/jsf/av-rule-11
66
* @problem.severity warning
7+
* @tags maintainability
8+
* readability
9+
* external/jsf
710
*/
811
import cpp
912
import external.ExternalArtifact

cpp/ql/src/jsf/4.04 Environment/AV Rule 12.ql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
* @kind problem
55
* @id cpp/jsf/av-rule-12
66
* @problem.severity warning
7+
* @tags maintainability
8+
* readability
9+
* external/jsf
710
*/
811

912
import cpp

cpp/ql/src/jsf/4.04 Environment/AV Rule 13.ql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
* @kind problem
55
* @id cpp/jsf/av-rule-13
66
* @problem.severity error
7+
* @tags maintainability
8+
* portability
9+
* external/jsf
710
*/
811
import cpp
912

cpp/ql/src/jsf/4.04 Environment/AV Rule 14.ql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
* @kind problem
55
* @id cpp/jsf/av-rule-14
66
* @problem.severity error
7+
* @tags maintainability
8+
* readability
9+
* external/jsf
710
*/
811
import cpp
912

cpp/ql/src/jsf/4.04 Environment/AV Rule 9.ql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
* @kind problem
55
* @id cpp/jsf/av-rule-9
66
* @problem.severity warning
7+
* @tags maintainability
8+
* portability
9+
* external/jsf
710
*/
811

912
import cpp

cpp/ql/src/jsf/4.05 Libraries/AV Rule 17.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* @kind problem
55
* @id cpp/jsf/av-rule-17
66
* @problem.severity error
7+
* @tags maintainability
8+
* external/jsf
79
*/
810
import cpp
911

cpp/ql/src/jsf/4.05 Libraries/AV Rule 18.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* @kind problem
55
* @id cpp/jsf/av-rule-18
66
* @problem.severity error
7+
* @tags maintainability
8+
* external/jsf
79
*/
810
import cpp
911

0 commit comments

Comments
 (0)