Skip to content

Commit 218f229

Browse files
committed
fix
1 parent 52463e1 commit 218f229

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)