We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f97c04 commit fcff18aCopy full SHA for fcff18a
ql/ql/src/queries/reports/OutdatedDeprecations.ql
@@ -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
+
11
import ql
12
import codeql_ql.ast.internal.TreeSitter
13
0 commit comments