Skip to content

Commit a6a3626

Browse files
committed
Merge branch 'add-copilot-review-instructions' into copilot-base
2 parents d6a15c2 + 218f229 commit a6a3626

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/style-guide.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,6 @@ Annotate all parameters and fields that can be `null` with `@Nullable` (specific
9696
**Defensive programming**: Public APIs should still check for `null` parameters even if not
9797
annotated with `@Nullable`. Internal APIs do not need these checks.
9898

99-
**Enforcement**: Use the `otel.errorprone-conventions` Gradle plugin in all modules:
100-
101-
```kotlin
102-
plugins {
103-
id("otel.errorprone-conventions")
104-
}
105-
```
106-
10799
### `Optional` usage
108100

109101
Following the reasoning from

0 commit comments

Comments
 (0)