chore(style): added orderservice to .golangci.yaml file

This commit is contained in:
ITQ
2025-10-27 22:01:21 +03:00
parent 9139d20327
commit 7a1b6fc309
+2 -2
View File
@@ -35,8 +35,8 @@ formatters:
# A list of prefixes, which, if set, checks import paths
# with the given prefixes are grouped after 3rd-party packages.
# Default: []
local-prefixes: []
# - github.com/my/project
local-prefixes:
- orderservice
golines:
# Target maximum line length.