Skip to content

Commit ae3e257

Browse files
committed
Remove LGTM references from README.md + cleanup
1 parent 35000e5 commit ae3e257

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

go/README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
# Go analysis support for CodeQL
22

3-
This open-source repository contains the extractor, CodeQL libraries, and queries that power Go
4-
support in [LGTM](https://lgtm.com) and the other CodeQL products that [GitHub](https://github.com)
5-
makes available to its customers worldwide.
3+
This sub-folder contains the extractor, CodeQL libraries, and queries that power Go
4+
support for CodeQL.
65

76
It contains two major components:
87
- an extractor, itself written in Go, that parses Go source code and converts it into a database
98
that can be queried using CodeQL.
109
- static analysis libraries and queries written in [CodeQL](https://codeql.github.com/docs/) that can be
1110
used to analyze such a database to find coding mistakes or security vulnerabilities.
1211

13-
The goal of this project is to provide comprehensive static analysis support for Go in CodeQL.
14-
15-
For the queries and libraries that power CodeQL support for other languages, visit [the CodeQL
16-
repository](https://github.com/github/codeql).
17-
1812
## Installation
1913

2014
Clone this repository.
@@ -30,15 +24,9 @@ Code workspace.
3024

3125
To analyze a Go codebase, either use the [CodeQL command-line
3226
interface](https://codeql.github.com/docs/codeql-cli/) to create a database yourself, or
33-
download a pre-built database from [LGTM.com](https://lgtm.com/). You can then run any of the
27+
download a pre-built database from [GitHub.com](https://codeql.github.com/docs/codeql-cli/creating-codeql-databases/#downloading-databases-from-github-com). You can then run any of the
3428
queries contained in this repository either on the command line or using the VS Code extension.
3529

36-
Note that the [lgtm.com](https://github.com/github/codeql/tree/lgtm.com) branch of this
37-
repository corresponds to the version of the queries that is currently deployed on LGTM.com.
38-
The [main](https://github.com/github/codeql/tree/main) branch may contain changes that
39-
have not been deployed yet, so you may need to upgrade databases downloaded from LGTM.com before
40-
running queries on them.
41-
4230
## Contributions
4331

4432
Contributions are welcome! Please see our [contribution guidelines](CONTRIBUTING.md) and our

0 commit comments

Comments
 (0)