mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
add query header for OutdatedDeprecations
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user