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: CONTRIBUTING.md
+1
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ If you have an idea for a query that you would like to share with other CodeQL u
23
23
* Python: `python/ql/src`
24
24
* Ruby: `ruby/ql/src`
25
25
* Go: `go/ql/src`
26
+
* Swift: `swift/ql/src`
26
27
27
28
Each language-specific directory contains further subdirectories that group queries based on their `@tags` or purpose.
28
29
- Experimental queries and libraries are stored in the `experimental` subdirectory within each language-specific directory in the [CodeQL repository](https://github.com/github/codeql). For example, experimental Java queries and libraries are stored in `java/ql/src/experimental` and any corresponding tests in `java/ql/test/experimental`.
0 commit comments