1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 13:21:45 +00:00

refactor: fix code smells

This commit is contained in:
Elias Schneider
2025-03-27 17:46:10 +01:00
parent c9e0073b63
commit 5c198c280c
15 changed files with 74 additions and 48 deletions

View File

@@ -16,6 +16,10 @@ linters:
presets:
- bugs
- sql
exclusions:
paths:
- internal/service/test_service.go
run:
timeout: "5m"
tests: true