mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Ruby: Update query description
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @name Use detect
|
||||
* @description Use 'detect' instead of 'first' and 'last'.
|
||||
* @description Use 'detect' instead of 'select' followed by 'first' or 'last'.
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @id rb/use-detect
|
||||
|
||||
Reference in New Issue
Block a user