Skip to content

Commit f7fe7c0

Browse files
jf205shati-patel
andauthored
Apply suggestions from code review
Co-authored-by: Shati Patel <[email protected]>
1 parent 4cea019 commit f7fe7c0

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

docs/codeql/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ def setup(sphinx):
110110
html_static_path = ['_static']
111111

112112
exclude_patterns = ['vale*', '_static', '_templates', 'reusables', 'images', 'support', 'ql-training', 'query-help','_build', '*.py*', 'README.rst']
113-
##############################################################################
113+
##############################################################################

docs/codeql/query-help/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'.md': 'markdown',
3131
}
3232

33-
# -- Project-specifc options for HTML output ----------------------------------------------
33+
# -- Project-specific options for HTML output ----------------------------------------------
3434

3535
# Theme options are theme-specific and customize the look and feel of a theme
3636
# further. For a list of options available for each theme, see the
@@ -57,4 +57,4 @@
5757
# List of patterns, relative to source directory, that match files and
5858
# directories to ignore when looking for source files.
5959

60-
exclude_patterns = ['toc-*'] # ignore toc-<lang>.rst files as they are 'included' in index pages
60+
exclude_patterns = ['toc-*'] # ignore toc-<lang>.rst files as they are 'included' in index pages

docs/codeql/query-help/go.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Go query help
33

44
.. include:: ../reusables/query-help-overview.rst
55

6-
For shorter queries that you can use as building blocks when writing your own queries, see the `example queries in the CodeQL repository <https://github.com/github/codeql-go/tree/main/ql/examples>`__.
6+
For shorter queries that you can use as building blocks when writing your own queries, see the `example queries in the CodeQL for Go repository <https://github.com/github/codeql-go/tree/main/ql/examples>`__.
77

8-
.. include:: toc-go.rst
8+
.. include:: toc-go.rst

docs/codeql/query-help/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Each query help article includes:
77

88
- A summary of key metadata for the query.
99
- Information about which query suites the query is included in.
10-
- A link to the query in the `CodeQL repository <https://github.com/gitub/codeql>`__
11-
- Help information to explain what potential vulnerability the query identifies and a recommendation for how to avoid introducing the problem to your code.
10+
- A link to the query in the `CodeQL repository <https://github.com/github/codeql>`__.
11+
- A description of the potential vulnerability that the query identifies and a recommendation for how to avoid introducing the problem to your code.
1212

1313
.. toctree::
1414
:titlesonly:
@@ -19,4 +19,4 @@ Each query help article includes:
1919
java
2020
javascript
2121
python
22-
22+
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Visit the articles below to see the documentation for the queries included in the following query suites:
22

3-
- ``code-scanning``: queries run by default in code scanning.
3+
- ``code-scanning``: queries run by default in CodeQL code scanning on GitHub.
44
- ``security-extended``: queries from ``code-scanning``, plus extra security queries with slightly lower precision and severity.
5-
- ``security-and-quality``: queries from ``code-scanning``, ``security-and-quality``, plus extra maintainability and reliability queries.
5+
- ``security-and-quality``: queries from ``code-scanning``, ``security-extended``, plus extra maintainability and reliability queries.

0 commit comments

Comments
 (0)