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 a80515d commit a5318b9Copy full SHA for a5318b9
1 file changed
AGENTS.md
@@ -206,6 +206,7 @@ suspend fun getData(): Result<Data> = withContext(Dispatchers.IO) {
206
- ALWAYS use template in `.github/pull_request_template.md` for PR descriptions
207
- ALWAYS wrap `ULong` numbers with `USat` in arithmetic operations, to guard against overflows
208
- PREFER to use one-liners with `run { }` when applicable, e.g. `override fun someCall(value: String) = run { this.value = value }`
209
+- ALWAYS add imports instead of inline fully-qualified names
210
211
### Architecture Guidelines
212
0 commit comments