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 827a2df commit 464ac60Copy full SHA for 464ac60
CONTRIBUTING.md
@@ -18,11 +18,11 @@ If you have an idea for a query that you would like to share with other CodeQL u
18
19
* C/C++: `cpp/ql/src`
20
* C#: `csharp/ql/src`
21
- * Java: `java/ql/src`
+ * Go: `go/ql/src`
22
+ * Java/Kotlin: `java/ql/src`
23
* JavaScript: `javascript/ql/src`
24
* Python: `python/ql/src`
25
* Ruby: `ruby/ql/src`
- * Go: `go/ql/src`
26
* Swift: `swift/ql/src`
27
28
Each language-specific directory contains further subdirectories that group queries based on their `@tags` or purpose.
0 commit comments