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
chore: rename detekt ruleset to NullabilityRuleSet and fix nullability violations (#62)
* chore: adopt detekt-rules 1.1.0 NullabilityRuleSet and fix nullability violations
* refactor: use Application.monitor instead of deprecated environment.monitor
* refactor: drop redundant Unit expression in MetaHealthService.checkPostgresHealth
* fix: annotate Application with @ConsistentCopyVisibility to silence copy() warning
* refactor: migrate audit timestamps to kotlin.time and Exposed timestamp column
* refactor: replace deprecated Kotest register(extension) with extension(...)
* fix: capture version at configuration time in generateReleaseProperties
* build: document why detekt-plugin stays pinned at 1.23.8
* refactor: read config defaults from HOCON only, drop getXxxOrDefault helpers
* docs: trim verbose comments from detekt pin and config test
0 commit comments