We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93871b2 commit 06fa21aCopy full SHA for 06fa21a
ql/hotspots/README.md
@@ -51,7 +51,7 @@ python scripts/generate-hotspots-queries.py --ql-extractor ~/src/codeql/ql/extra
51
- Create a patched version of CodeQL distro (remove private modifiers and rename files/directories to remove whitespaces and dashes)
52
53
```bash
54
-python scripts/patch_codeql.py --hotspots hotspots.csv --ql ~/src/codeql --dest /tmp/hotspots-distro --qlpack-version 0.0.1
+python scripts/patch-codeql.py --hotspots hotspots.csv --ql ~/src/codeql --dest /tmp/hotspots-distro --qlpack-version 0.0.1
55
```
56
57
- Run Hotspots query (eg: `/tmp/hotspots-distro/java/ql/src/Hotspots.ql`)
0 commit comments