Skip to content

Commit 7605e24

Browse files
committed
chore: update ai rules
1 parent 489b142 commit 7605e24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ suspend fun getData(): Result<Data> = withContext(Dispatchers.IO) {
209209
- ALWAYS wrap `ULong` numbers with `USat` in arithmetic operations, to guard against overflows
210210
- PREFER to use one-liners with `run {}` when applicable, e.g. `override fun someCall(value: String) = run { this.value = value }`
211211
- ALWAYS add imports instead of inline fully-qualified names
212-
- ALWAYS place `@Suppress()` annotations at the narrowest possible scope; ONLY use `@file:Suppress()` for `MatchingDeclarationName` when reordering declarations is impractical
212+
- PREFER to place `@Suppress()` annotations at the narrowest possible scope
213213

214214
### Architecture Guidelines
215215

0 commit comments

Comments
 (0)