Ruby: Update query description

This commit is contained in:
Calum Grant
2021-03-04 15:48:09 +00:00
parent ca497479c2
commit 20a62d169a

View File

@@ -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