Skip to content

Commit 52cafdf

Browse files
authored
Merge pull request #11745 from github/sidshank/remove-lgtm-for-go
2 parents ebc0b0c + ae3e257 commit 52cafdf

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

go/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Follow the steps below to help other users understand what your query does, and
4444

4545
4. **Make sure the `select` statement is compatible with the query type**
4646

47-
The `select` statement of your query must be compatible with the query type (determined by the `@kind` metadata property) for alert or path results to be displayed correctly in LGTM and Visual Studio Code.
47+
The `select` statement of your query must be compatible with the query type (determined by the `@kind` metadata property) for alert or path results to be displayed correctly in query results.
4848
For more information on `select` statement format, see [About CodeQL queries](https://codeql.github.com/docs/writing-codeql-queries/about-codeql-queries/#select-clause) on codeql.github.com.
4949

5050
5. **Write a query help file**

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)