You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ALWAYS wrap `ULong` numbers with `USat` in arithmetic operations, to guard against overflows
210
210
- PREFER to use one-liners with `run {}` when applicable, e.g. `override fun someCall(value: String) = run { this.value = value }`
211
211
- 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
0 commit comments