Skip to content

Commit 21dd875

Browse files
yo-hfelicitymay
andauthored
Update docs/experimental.md
Co-Authored-By: Felicity Chapman <[email protected]>
1 parent d06caef commit 21dd875

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/experimental.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Experimental queries and libraries may not be actively maintained as the standar
2525

2626
4. **Compilation**
2727

28-
- Compilation of the query and any associated libraries and tests must be resilient to future development of the standard libraries. This means that the functionality cannot use internal APIs, cannot depend on the output of `getAQlClass` and cannot make use of regexp matching on `toString`.
28+
- Compilation of the query and any associated libraries and tests must be resilient to future development of the standard libraries. This means that the functionality cannot use internal APIs, cannot depend on the output of `getAQlClass`, and cannot make use of regexp matching on `toString`.
2929
- The query and any associated libraries and tests must not cause any compiler warnings to be emitted (such as use of deprecated functionality or missing `override` annotations).
3030

3131
5. **Results**
@@ -39,4 +39,3 @@ Experimental queries and libraries may not be actively maintained as the standar
3939
## Non-requirements
4040

4141
Other criteria typically required for our standard queries and libraries are not required for experimental queries and libraries. In particular, fully disciplined query [metadata](docs/query-metadata-style-guide.md), query [help](docs/query-help-style-guide.md), tests, a low false positive rate and performance tuning are not required (but nonetheless recommended).
42-

0 commit comments

Comments
 (0)