Skip to content
#

codeql

Here are 21 public repositories matching this topic...

cbraynor
cbraynor commented Sep 14, 2020

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.json file to temporarily disable them.

This issue covers removing that temporary override and any changes to the typescript

jcreedcmu
jcreedcmu commented Apr 28, 2020

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

Improve this page

Add a description, image, and links to the codeql topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the codeql topic, visit your repo's landing page and select "manage topics."

Learn more