Remove local imports from golangci (#16760)

This will be implemented via a mattermod check
to make PR review suggestions.

```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2021-01-20 20:43:52 +05:30
коммит произвёл GitHub
родитель dbbf985e61
Коммит c31b5f2375

Просмотреть файл

@@ -10,8 +10,6 @@ linters-settings:
govet:
check-shadowing: true
enable-all: true
goimports:
local-prefixes: github.com/mattermost/mattermost-server/v5
linters:
disable-all: true