Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authPostman/src/commit/ab36bc936678a6992093c78c8b9539d40edce351/vendor/github.com/segmentio/kafka-go/.golangci.yml
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
linters:
|
|
enable:
|
|
- bodyclose
|
|
- errorlint
|
|
- goconst
|
|
- godot
|
|
- gofmt
|
|
- goimports
|
|
- prealloc
|
|
|
|
disable:
|
|
# Temporarily disabling so it can be addressed in a dedicated PR.
|
|
- errcheck
|
|
- goerr113
|
|
|
|
linters-settings:
|
|
goconst:
|
|
ignore-tests: true
|
|
|