Skip to content

Commit 17005dd

Browse files
committed
QL: fix query-id, and add description
1 parent 45080e7 commit 17005dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ql/ql/src/queries/style/RedundantImport.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* @name Redundant import
3-
* @description
3+
* @description An import that is redundant due to an earlier import
44
* @kind problem
55
* @problem.severity warning
6-
* @id ql/abstract-class-import
6+
* @id ql/redundant-import
77
* @tags correctness
88
* performance
99
* @precision high

0 commit comments

Comments
 (0)