add query header for OutdatedDeprecations

This commit is contained in:
erik-krogh
2023-02-18 12:22:34 +01:00
parent 4f97c0470b
commit fcff18aa3c

View File

@@ -1,3 +1,13 @@
/**
* @name Outdated deprecation
* @description Deprecations that are over a year old should be removed.
* @kind problem
* @problem.severity warning
* @id ql/outdated-deprecation
* @tags maintainability
* @precision high
*/
import ql
import codeql_ql.ast.internal.TreeSitter