Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authPostman/src/commit/c9bc445b67e8d5dfe15bc0ee7dfba8185b892f0e/vendor/github.com/segmentio/kafka-go/.golangci.yml You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
 

18 lines
285 B

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