mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
JS: mass add missing quality related tags to relevant queries
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @id js/react/direct-state-mutation
|
||||
* @tags reliability
|
||||
* @tags quality
|
||||
* reliability
|
||||
* correctness
|
||||
* frameworks/react
|
||||
* @precision very-high
|
||||
*/
|
||||
|
||||
@@ -6,7 +6,9 @@
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @id js/react/inconsistent-state-update
|
||||
* @tags reliability
|
||||
* @tags quality
|
||||
* reliability
|
||||
* correctness
|
||||
* frameworks/react
|
||||
* @precision very-high
|
||||
*/
|
||||
|
||||
@@ -4,7 +4,9 @@
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @id js/react/unsupported-state-update-in-lifecycle-method
|
||||
* @tags reliability
|
||||
* @tags quality
|
||||
* reliability
|
||||
* correctness
|
||||
* frameworks/react
|
||||
* @precision high
|
||||
*/
|
||||
|
||||
@@ -4,8 +4,9 @@
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @id js/react/unused-or-undefined-state-property
|
||||
* @tags correctness
|
||||
* @tags quality
|
||||
* reliability
|
||||
* correctness
|
||||
* frameworks/react
|
||||
* @precision high
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user