We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3039206 commit b0cbb31Copy full SHA for b0cbb31
3 files changed
ql/src/codeql-suites/ql-all.qls
@@ -0,0 +1,8 @@
1
+- description: All Code Scanning queries for QL
2
+- queries: .
3
+- include:
4
+ kind:
5
+ - problem
6
+ - path-problem
7
+ - alert
8
+ - path-alert
ql/src/codeql-suites/ql-code-scanning.qls
@@ -6,3 +6,13 @@
- path-problem
- alert
- path-alert
9
+ precision:
10
+ - high
11
+ - very-high
12
+ problem.severity:
13
+ - error
14
+ - warning
15
+- exclude:
16
+ deprecated: //
17
18
+ query path: /^experimental\/.*/
ql/src/queries/style/ImplicitThis.ql
@@ -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
0 commit comments