Skip to content

Commit fcff18a

Browse files
committed
add query header for OutdatedDeprecations
1 parent 4f97c04 commit fcff18a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ql/ql/src/queries/reports/OutdatedDeprecations.ql

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* @name Outdated deprecation
3+
* @description Deprecations that are over a year old should be removed.
4+
* @kind problem
5+
* @problem.severity warning
6+
* @id ql/outdated-deprecation
7+
* @tags maintainability
8+
* @precision high
9+
*/
10+
111
import ql
212
import codeql_ql.ast.internal.TreeSitter
313

0 commit comments

Comments
 (0)