This repository was archived by the owner on Jan 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ It contains two major components:
1212
1313The goal of this project is to provide comprehensive static analysis support for Go in CodeQL.
1414
15- For the queries and libraries that power CodeQL support for other languages, visit [ the CodeQL repository] ( https://github.com/github/codeql ) .
15+ For the queries and libraries that power CodeQL support for other languages, visit [ the CodeQL
16+ repository] ( https://github.com/github/codeql ) .
1617
1718## Installation
1819
@@ -23,9 +24,10 @@ Code workspace.
2324
2425## Usage
2526
26- To analyze a Go codebase, either use the CodeQL command-line interface to create a database
27- yourself, or download a pre-built database from LGTM.com. You can then run any of the queries
28- contained in this repository either on the command line or using the VS Code extension.
27+ To analyze a Go codebase, either use the [ CodeQL command-line
28+ interface] ( https://help.semmle.com/codeql/codeql-cli.html ) to create a database yourself, or
29+ download a pre-built database from [ LGTM.com] ( https://lgtm.com/ ) . You can then run any of the
30+ queries contained in this repository either on the command line or using the VS Code extension.
2931
3032Note that the [ lgtm.com] ( https://github.com/github/codeql-go/tree/lgtm.com ) branch of this
3133repository corresponds to the version of the queries that is currently deployed on LGTM.com.
You can’t perform that action at this time.
0 commit comments