Skip to content

Commit 7779862

Browse files
authored
Merge pull request #3052 from felicitymay/2176-cobol
Remove information about COBOL analysis
2 parents 5104fd8 + 9d32ae7 commit 7779862

File tree

8 files changed

+4
-183
lines changed

8 files changed

+4
-183
lines changed

docs/language/learn-ql/cobol/introduce-libraries-cobol.rst

Lines changed: 0 additions & 151 deletions
This file was deleted.

docs/language/learn-ql/cobol/ql-for-cobol.rst

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/language/learn-ql/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ For more information on using CodeQL to query code written in a specific languag
6767

6868
cpp/ql-for-cpp
6969
csharp/ql-for-csharp
70-
cobol/ql-for-cobol
7170
go/ql-for-go
7271
java/ql-for-java
7372
javascript/ql-for-javascript

docs/language/learn-ql/writing-queries/introduction-to-queries.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ When writing your own alert queries, you would typically import the standard lib
7878

7979
- C/C++: ``cpp``
8080
- C#: ``csharp``
81-
- COBOL: ``cobol``
81+
- Go: ``go``
8282
- Java: ``java``
8383
- JavaScript/TypeScript: ``javascript``
8484
- Python: ``python``
@@ -140,4 +140,4 @@ What next?
140140
- To learn more about writing path queries, see :doc:`Constructing path queries <path-queries>`.
141141
- Take a look at the `built-in queries <https://help.semmle.com/wiki/display/QL/Built-in+queries>`__ to see examples of the queries included in CodeQL.
142142
- Explore the `query cookbooks <https://help.semmle.com/wiki/display/QL/QL+cookbooks>`__ to see how to access the basic language elements contained in the CodeQL libraries.
143-
- For a full list of resources to help you learn CodeQL, including beginner tutorials and language-specific examples, visit `Learning CodeQL <https://help.semmle.com/QL/learn-ql/>`__.
143+
- For a full list of resources to help you learn CodeQL, including beginner tutorials and language-specific examples, visit `Learning CodeQL <https://help.semmle.com/QL/learn-ql/>`__.

docs/language/support/cobol-note.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/language/support/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@
8080

8181
# List of patterns, relative to source directory, that match files and
8282
# directories to ignore when looking for source files.
83-
exclude_patterns = ['read-me-project.rst', 'cobol-note.rst']
83+
exclude_patterns = ['read-me-project.rst']

docs/language/support/language-support.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Customers with any questions should contact their usual Semmle contact with any
1010
If you're not a customer yet, contact us at info@semmle.com
1111
with any questions you have about language and compiler support.
1212

13-
.. include:: cobol-note.rst
14-
1513
.. csv-table::
1614
:file: versions-compilers.csv
1715
:header-rows: 1

docs/query-metadata-style-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You must specify an `@id` property for your query. It must be unique and should
7171

7272
* C and C++: `cpp`
7373
* C#: `cs`
74-
* COBOL: `cobol`
74+
* Go: `go`
7575
* Java: `java`
7676
* JavaScript and TypeScript: `js`
7777
* Python: `py`

0 commit comments

Comments
 (0)