QL: fix query-id, and add description

This commit is contained in:
Erik Krogh Kristensen
2022-04-25 15:21:35 +02:00
parent 45080e7777
commit 17005dde2d

View File

@@ -1,9 +1,9 @@
/**
* @name Redundant import
* @description
* @description An import that is redundant due to an earlier import
* @kind problem
* @problem.severity warning
* @id ql/abstract-class-import
* @id ql/redundant-import
* @tags correctness
* performance
* @precision high