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
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: ui_test/README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@ their command specifies, or the test will fail without even being run.
38
38
* you can specify this multiple times, accumulating all the env vars
39
39
*`//@normalize-stderr-test: "REGEX" -> "REPLACEMENT"` replaces all matches of `REGEX` in the stderr with `REPLACEMENT`. The replacement may specify `$1` and similar backreferences to paste captures.
40
40
* you can specify multiple such commands, there is no need to create a single regex that handles multiple replacements that you want to perform.
41
+
*`//@require-annotations-for-level: LEVEL` can be used to change the level of diagnostics that require a corresponding annotation.
42
+
* this is only useful if there are any annotations like `HELP`, `WARN` or `NOTE`, as these would automatically require annotations for all other diagnostics of the same or higher level.
0 commit comments