We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e3ac7 commit 97ecb4eCopy full SHA for 97ecb4e
sdk-platform-java/GEMINI.md
@@ -136,7 +136,7 @@ Showcase integration tests are run against a local server that implements the Sh
136
137
1. Minimize scope; avoid `public` unless necessary.
138
2. Use short names over fully qualified names.
139
-3. Avoid `@ObsoleteApi` or `@Deprecated` methods unless necessary.
+3. Avoid calling `@ObsoleteApi` or `@Deprecated` methods unless there are no alternatives.
140
4. Avoid unnecessary formatting changes to keep diffs clean.
141
5. Use `mvn` for everything other than the `test/integration` folder.
142
0 commit comments