From 270ae0926ad9c1f5accede1a38788caca759d0c6 Mon Sep 17 00:00:00 2001 From: Max Schaefer Date: Thu, 12 Mar 2020 10:57:06 +0000 Subject: [PATCH] Docs: Remove some Semmle references. --- CONTRIBUTING.md | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 39a30db4ecb..7405af7077e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ Follow the steps below to help other users understand what your query does, and 3. **Make sure your query has the correct metadata** - Query metadata is used by Semmle's analysis to identify your query and make sure the query results are displayed properly. + Query metadata is used to identify your query and make sure the query results are displayed properly. The most important metadata to include are the `@name`, `@description`, and the `@kind`. Other metadata properties (`@precision`, `@severity`, and `@tags`) are usually added after the query has been reviewed by the maintainers. For more information on writing query metadata, see the [Query metadata style guide](https://github.com/Semmle/ql/blob/master/docs/query-metadata-style-guide.md). diff --git a/README.md b/README.md index abcf8fbfa1d..f326a65cad3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Go analysis support for CodeQL This open-source repository contains the extractor, CodeQL libraries, and queries that power Go -support in [LGTM](https://lgtm.com), CodeQL, and other Semmle products. +support in [LGTM](https://lgtm.com) and the other CodeQL products that [GitHub](https://github.com) +makes available to its customers worldwide. It contains two major components: - an extractor, itself written in Go, that parses Go source code and converts it into a database