Skip to content

Commit 0be4b6b

Browse files
committed
custom-queries tags changed
1 parent cc98c57 commit 0be4b6b

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

.codeql/custom-queries/03-standard-aziendali-interni/company-doc-template-adherence-a.ql

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
* @problem.severity warning
99
* @tags documentation
1010
* style
11-
*
12-
* Notes:
13-
* - Configure requiredDocFragments with the strings (or regex fragments) that must appear in the Javadoc header according to your company template
14-
* (for example: "Component:", "Owner:", "API:", "@since", "@deprecated", etc).
15-
* - This query heuristically checks Javadoc text exposed by the CodeQL model. If your template is maintained as Markdown files,
16-
* consider adding a separate query that inspects repository Markdown files under docs/ or the template repository.
1711
*/
1812

1913
import java

.codeql/custom-queries/04-architettura-del-codice/god-class-detection.ql

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
* @problem.severity warning
99
* @tags architecture
1010
* design
11-
*
12-
* Notes:
13-
* - Thresholds are conservative defaults; tune per project:
14-
* methodsThreshold = 50, fieldsThreshold = 30, totalLocThreshold = 2000
1511
*/
1612

1713
import java

.codeql/custom-queries/08-resource-management/resource-leak-detection.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* @kind problem
77
* @id java/resource-leak-detection
88
* @problem.severity warning
9+
* @tags security
910
*/
1011

1112
import java

0 commit comments

Comments
 (0)