mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Merge pull request #3510 from max-schaefer/cull-boring-queries
Approved by asgerf, esbena
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
* @tags maintainability
|
||||
* correctness
|
||||
* external/cwe/cwe-758
|
||||
* @precision medium
|
||||
* @precision low
|
||||
*/
|
||||
|
||||
import javascript
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* @tags maintainability
|
||||
* correctness
|
||||
* external/cwe/cwe-563
|
||||
* @precision medium
|
||||
* @precision low
|
||||
*/
|
||||
|
||||
import javascript
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* @id js/too-many-parameters
|
||||
* @tags testability
|
||||
* readability
|
||||
* @precision high
|
||||
* @precision low
|
||||
*/
|
||||
|
||||
import javascript
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* @problem.severity recommendation
|
||||
* @id js/unused-property
|
||||
* @tags maintainability
|
||||
* @precision high
|
||||
* @precision low
|
||||
*/
|
||||
|
||||
import javascript
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* @id js/bitwise-sign-check
|
||||
* @tags reliability
|
||||
* correctness
|
||||
* @precision medium
|
||||
* @precision low
|
||||
*/
|
||||
|
||||
import javascript
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
* convention
|
||||
* external/cwe/cwe-570
|
||||
* external/cwe/cwe-571
|
||||
* @precision medium
|
||||
* @precision low
|
||||
*/
|
||||
|
||||
import Clones
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* @id js/misspelled-identifier
|
||||
* @tags maintainability
|
||||
* readability
|
||||
* @precision high
|
||||
* @precision low
|
||||
*/
|
||||
|
||||
import Misspelling
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
* @tags maintainability
|
||||
* readability
|
||||
* documentation
|
||||
* @precision high
|
||||
* @precision low
|
||||
*/
|
||||
|
||||
import javascript
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
* @tags maintainability
|
||||
* readability
|
||||
* documentation
|
||||
* @precision high
|
||||
* @precision low
|
||||
*/
|
||||
|
||||
import javascript
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
* @tags maintainability
|
||||
* readability
|
||||
* documentation
|
||||
* @precision high
|
||||
* @precision low
|
||||
*/
|
||||
|
||||
import javascript
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* @tags maintainability
|
||||
* readability
|
||||
* language-features
|
||||
* @precision high
|
||||
* @precision low
|
||||
*/
|
||||
|
||||
import javascript
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
* @tags reliability
|
||||
* maintainability
|
||||
* language-features
|
||||
* @precision high
|
||||
* @precision low
|
||||
*/
|
||||
|
||||
import javascript
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* @id js/json-in-javascript-file
|
||||
* @tags maintainability
|
||||
* language-features
|
||||
* @precision high
|
||||
* @precision low
|
||||
*/
|
||||
|
||||
import javascript
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
* @tags reliability
|
||||
* maintainability
|
||||
* frameworks/node.js
|
||||
* @precision medium
|
||||
* @precision low
|
||||
*/
|
||||
|
||||
import javascript
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* @problem.severity recommendation
|
||||
* @id js/single-run-loop
|
||||
* @tags readability
|
||||
* @precision high
|
||||
* @precision low
|
||||
*/
|
||||
|
||||
import javascript
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* @id js/nested-loops-with-same-variable
|
||||
* @tags maintainability
|
||||
* correctness
|
||||
* @precision medium
|
||||
* @precision low
|
||||
*/
|
||||
|
||||
import javascript
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* @id js/return-outside-function
|
||||
* @tags reliability
|
||||
* correctness
|
||||
* @precision medium
|
||||
* @precision low
|
||||
*/
|
||||
|
||||
import javascript
|
||||
|
||||
Reference in New Issue
Block a user