mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
QL: fix query-id, and add description
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user