We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b6545 commit 717046cCopy full SHA for 717046c
1 file changed
.github/instructions/java-tests.instructions.md
@@ -4,7 +4,9 @@ applyTo: "**/*.java"
4
5
# Java Test Rules (first-pass review)
6
7
-Apply only to changes in test code.
+This file is loaded for all Java changes, but the rules below apply only when
8
+reviewing test code (e.g. `src/test/**`, `src/*Test/**`, and `testing/`
9
+modules). Skip them on production sources.
10
11
## [Testing] General Patterns
12
0 commit comments