Skip to content

Commit c13225e

Browse files
authored
Avoid Spotless-covered Copilot review comments (#18664)
1 parent e8169cb commit c13225e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ separately later in the PR lifecycle. **Prefer silence over uncertainty.** Only
55
flag substantive issues on changed lines. Skip stylistic preferences not listed
66
below. Do not nitpick.
77

8+
Do not flag anything CI will catch. This includes compilation errors (missing
9+
imports, unbalanced braces, type errors, unresolved symbols), Spotless-covered
10+
formatting (indentation, wrapping, alignment, brace placement, import
11+
ordering/grouping, whitespace), Checkstyle/ErrorProne/NullAway findings, and
12+
test failures. Do not ask authors to run the formatter. CI surfaces these
13+
directly, so review comments on them are noise.
14+
815
Use category tags like `[Style]`, `[Naming]`, `[Testing]`, `[General]`.
916

1017
## [Style] Style Guide

0 commit comments

Comments
 (0)