mirror of
https://github.com/github/codeql.git
synced 2026-02-10 20:21:10 +01:00
restrict the queries that are run by default
This commit is contained in:
8
ql/src/codeql-suites/ql-all.qls
Normal file
8
ql/src/codeql-suites/ql-all.qls
Normal file
@@ -0,0 +1,8 @@
|
||||
- description: All Code Scanning queries for QL
|
||||
- queries: .
|
||||
- include:
|
||||
kind:
|
||||
- problem
|
||||
- path-problem
|
||||
- alert
|
||||
- path-alert
|
||||
@@ -6,3 +6,13 @@
|
||||
- path-problem
|
||||
- alert
|
||||
- path-alert
|
||||
precision:
|
||||
- high
|
||||
- very-high
|
||||
problem.severity:
|
||||
- error
|
||||
- warning
|
||||
- exclude:
|
||||
deprecated: //
|
||||
- exclude:
|
||||
query path: /^experimental\/.*/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @name Using implicit `this`
|
||||
* @description Writing member predicate calls with an implicit `this` can be confusing
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @problem.severity recommendation
|
||||
* @precision very-high
|
||||
* @id ql/implicit-this
|
||||
* @tags maintainability
|
||||
|
||||
Reference in New Issue
Block a user