Remove local imports from golangci (#16760)
This will be implemented via a mattermod check to make PR review suggestions. ```release-note NONE ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
dbbf985e61
Коммит
c31b5f2375
@@ -10,8 +10,6 @@ linters-settings:
|
|||||||
govet:
|
govet:
|
||||||
check-shadowing: true
|
check-shadowing: true
|
||||||
enable-all: true
|
enable-all: true
|
||||||
goimports:
|
|
||||||
local-prefixes: github.com/mattermost/mattermost-server/v5
|
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
disable-all: true
|
disable-all: true
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user