We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52463e1 commit 218f229Copy full SHA for 218f229
docs/style-guide.md
@@ -96,14 +96,6 @@ Annotate all parameters and fields that can be `null` with `@Nullable` (specific
96
**Defensive programming**: Public APIs should still check for `null` parameters even if not
97
annotated with `@Nullable`. Internal APIs do not need these checks.
98
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
107
### `Optional` usage
108
109
Following the reasoning from
0 commit comments