Compare commits

..

1 commit

Author SHA1 Message Date
4060ec09c4
fix: adjust some code structure to satisfy linter
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2025-04-18 15:34:34 +02:00

View file

@ -378,7 +378,7 @@ linters:
# - "default": report only the default slog logger
# https://github.com/go-simpler/sloglint?tab=readme-ov-file#no-global
# Default: ""
no-global: all
no-global: ""
# Enforce using methods that accept a context.
# Values:
# - "": disabled