mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Update ql/src/queries/style/RankOne.ql
Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
committed by
GitHub
parent
feb1ab86f0
commit
91b8c1c4a0
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @name Selecting minimum element using `rank[1]`
|
||||
* @description Selecting the minimim element using `rank[1]` performs worse than doing the same thing with `min(..)`.
|
||||
* @description Selecting the minimum element using `rank[1](..)` performs worse than doing the same thing with `min(..)`.
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @id ql/rank-one
|
||||
|
||||
Reference in New Issue
Block a user