From 7a1b6fc3093c9461108738dc94f21257b44d1563 Mon Sep 17 00:00:00 2001 From: ITQ Date: Mon, 27 Oct 2025 22:01:21 +0300 Subject: [PATCH] chore(style): added orderservice to .golangci.yaml file --- .golangci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index b61c832..9fa89f7 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -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.