Skip to content

Remove information about COBOL analysis #3052

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
151 changes: 0 additions & 151 deletions docs/language/learn-ql/cobol/introduce-libraries-cobol.rst

This file was deleted.

20 changes: 0 additions & 20 deletions docs/language/learn-ql/cobol/ql-for-cobol.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/language/learn-ql/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ For more information on using CodeQL to query code written in a specific languag

cpp/ql-for-cpp
csharp/ql-for-csharp
cobol/ql-for-cobol
go/ql-for-go
java/ql-for-java
javascript/ql-for-javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ When writing your own alert queries, you would typically import the standard lib

- C/C++: ``cpp``
- C#: ``csharp``
- COBOL: ``cobol``
- Go: ``go``
- Java: ``java``
- JavaScript/TypeScript: ``javascript``
- Python: ``python``
Expand Down Expand Up @@ -140,4 +140,4 @@ What next?
- To learn more about writing path queries, see :doc:`Constructing path queries <path-queries>`.
- 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.
- 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.
- 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/>`__.
- 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/>`__.
5 changes: 0 additions & 5 deletions docs/language/support/cobol-note.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/language/support/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['read-me-project.rst', 'cobol-note.rst']
exclude_patterns = ['read-me-project.rst']
2 changes: 0 additions & 2 deletions docs/language/support/language-support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Customers with any questions should contact their usual Semmle contact with any
If you're not a customer yet, contact us at [email protected]
with any questions you have about language and compiler support.

.. include:: cobol-note.rst

.. csv-table::
:file: versions-compilers.csv
:header-rows: 1
Expand Down
2 changes: 1 addition & 1 deletion docs/query-metadata-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ You must specify an `@id` property for your query. It must be unique and should

* C and C++: `cpp`
* C#: `cs`
* COBOL: `cobol`
* Go: `go`
* Java: `java`
* JavaScript and TypeScript: `js`
* Python: `py`
Expand Down