mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
JS: add quality and reliability tags to loop-iteration-skipped-due-to-shifting
This commit is contained in:
@@ -5,3 +5,4 @@ ql/javascript/ql/src/LanguageFeatures/SpuriousArguments.ql
|
||||
ql/javascript/ql/src/Quality/UnhandledErrorInStreamPipeline.ql
|
||||
ql/javascript/ql/src/RegExp/DuplicateCharacterInCharacterClass.ql
|
||||
ql/javascript/ql/src/RegExp/RegExpAlwaysMatches.ql
|
||||
ql/javascript/ql/src/Statements/LoopIterationSkippedDueToShifting.ql
|
||||
|
||||
@@ -5,7 +5,9 @@
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @id js/loop-iteration-skipped-due-to-shifting
|
||||
* @tags correctness
|
||||
* @tags quality
|
||||
* reliability
|
||||
* correctness
|
||||
* @precision high
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user