Merge pull request #3510 from max-schaefer/cull-boring-queries

Approved by asgerf, esbena
This commit is contained in:
semmle-qlci
2020-05-19 15:41:53 +01:00
committed by GitHub
21 changed files with 43 additions and 20 deletions

View File

@@ -3,7 +3,7 @@
* @description An AngularJS event listener that listens for a non-existent event has no effect.
* @kind problem
* @problem.severity warning
* @precision medium
* @precision low
* @id js/angular/dead-event-listener
* @tags correctness
* frameworks/angularjs

View File

@@ -3,7 +3,7 @@
* @description Unused dependencies are confusing, and should be removed.
* @kind problem
* @problem.severity recommendation
* @precision high
* @precision low
* @id js/angular/unused-dependency
* @tags maintainability
* frameworks/angularjs

View File

@@ -8,7 +8,7 @@
* @tags maintainability
* correctness
* external/cwe/cwe-758
* @precision medium
* @precision low
*/
import javascript

View File

@@ -7,7 +7,7 @@
* @tags maintainability
* correctness
* external/cwe/cwe-563
* @precision medium
* @precision low
*/
import javascript

View File

@@ -6,7 +6,7 @@
* @id js/too-many-parameters
* @tags testability
* readability
* @precision high
* @precision low
*/
import javascript

View File

@@ -5,7 +5,7 @@
* @problem.severity recommendation
* @id js/unused-property
* @tags maintainability
* @precision high
* @precision low
*/
import javascript

View File

@@ -6,7 +6,7 @@
* @id js/bitwise-sign-check
* @tags reliability
* correctness
* @precision medium
* @precision low
*/
import javascript

View File

@@ -11,7 +11,7 @@
* convention
* external/cwe/cwe-570
* external/cwe/cwe-571
* @precision medium
* @precision low
*/
import Clones

View File

@@ -6,7 +6,7 @@
* @id js/misspelled-identifier
* @tags maintainability
* readability
* @precision high
* @precision low
*/
import Misspelling

View File

@@ -9,7 +9,7 @@
* @tags maintainability
* readability
* documentation
* @precision high
* @precision low
*/
import javascript

View File

@@ -8,7 +8,7 @@
* @tags maintainability
* readability
* documentation
* @precision high
* @precision low
*/
import javascript

View File

@@ -8,7 +8,7 @@
* @tags maintainability
* readability
* documentation
* @precision high
* @precision low
*/
import javascript

View File

@@ -7,7 +7,7 @@
* @tags maintainability
* readability
* language-features
* @precision high
* @precision low
*/
import javascript

View File

@@ -8,7 +8,7 @@
* @tags reliability
* maintainability
* language-features
* @precision high
* @precision low
*/
import javascript

View File

@@ -6,7 +6,7 @@
* @id js/json-in-javascript-file
* @tags maintainability
* language-features
* @precision high
* @precision low
*/
import javascript

View File

@@ -8,7 +8,7 @@
* @tags reliability
* maintainability
* frameworks/node.js
* @precision medium
* @precision low
*/
import javascript

View File

@@ -3,7 +3,7 @@
* @description If unnecessary package dependencies are included in package.json, the
* package will become harder to install.
* @kind problem
* @problem.severity warning
* @problem.severity recommendation
* @id js/node/unused-npm-dependency
* @tags maintainability
* frameworks/node.js

View File

@@ -6,7 +6,7 @@
* @problem.severity recommendation
* @id js/single-run-loop
* @tags readability
* @precision high
* @precision low
*/
import javascript

View File

@@ -7,7 +7,7 @@
* @id js/nested-loops-with-same-variable
* @tags maintainability
* correctness
* @precision medium
* @precision low
*/
import javascript

View File

@@ -7,7 +7,7 @@
* @id js/return-outside-function
* @tags reliability
* correctness
* @precision medium
* @precision low
*/
import javascript