Compare commits

..

1 commit

Author SHA1 Message Date
09b4782165
fix: adjust some code structure to satisfy linter
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test unknown status
ci/woodpecker/push/build unknown status
2025-04-18 15:31:05 +02:00

View file

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