Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authPostman/src/commit/d20abb8a6573e988277e07640f90b76fe8939e39/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