Skip to content

Commit 35000e5

Browse files
committed
Remove LGTM reference from CONTRIBUTING.md
1 parent ebc0b0c commit 35000e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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**

0 commit comments

Comments
 (0)