-
Updated
Feb 13, 2021 - CodeQL
codeql
Here are 21 public repositories matching this topic...
-
Updated
Feb 11, 2021 - Go
We should probably run go generate and other commands that generate code, such as goa gen, as part of our autobuilder.
After a query is run, we should allow exporting the results as a SARIF file --- in the implementation, this will actually be nearly trivial, as we already use the codeql cli to create a SARIF file during interpretation, and store it in a workspace-local state directory. A solution could simply be to provide a way of conveniently opening this file within vscode (from the query history view, or from
-
Updated
Feb 11, 2021 - CodeQL
-
Updated
Dec 11, 2020 - CodeQL
-
Updated
Dec 17, 2020 - Python
-
Updated
Feb 6, 2021 - JavaScript
-
Updated
Oct 28, 2020 - TypeScript
-
Updated
Jan 5, 2021 - TypeScript
-
Updated
Jan 4, 2021 - TypeScript
-
Updated
Oct 27, 2020 - C#
-
Updated
Apr 30, 2020 - CodeQL
Improve this page
Add a description, image, and links to the codeql topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the codeql topic, visit your repo's landing page and select "manage topics."
This issue relates to the func-style rule.
During the transition from TSLint (now deprecated) to ESLint for typescript linting we introduced some new rules that don't yet pass and added a temporary override in the
.eslintrc.jsonfile to temporarily disable them.This issue covers removing that temporary override and any changes to the typescript