You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Ruby analysis support for CodeQL
1
+
# QL analysis support for CodeQL
2
2
3
3
Under development.
4
4
@@ -15,23 +15,19 @@ cargo build --release
15
15
The generated `ql/src/ql.dbscheme` and `ql/src/codeql_ql/ast/internal/TreeSitter.qll` files are included in the repository, but they can be re-generated as follows:
16
16
17
17
```bash
18
-
# Run the generator
19
-
cargo run --release -p ql-generator
20
-
# Then auto-format the QL library
21
-
codeql query format -i ql/src/codeql_ql/ast/internal/TreeSitter.qll
18
+
./create-extractor-pack.sh
22
19
```
23
20
24
-
## Building a CodeQL database for a Ruby program
21
+
## Building a CodeQL database for a QL program
25
22
26
-
First, get an extractor pack. There are two options:
23
+
First, get an extractor pack:
27
24
28
-
1. Either download the latest `codeql-ruby-pack` from Actions and unzip it twice, or
29
-
2. Run `./create-extractor-pack.sh` (Linux/Mac) or `.\create-extractor-pack.ps1` (Windows PowerShell) and the pack will be created in the `extractor-pack` directory.
25
+
Run `./create-extractor-pack.sh` (Linux/Mac) or `.\create-extractor-pack.ps1` (Windows PowerShell) and the pack will be created in the `extractor-pack` directory.
0 commit comments