Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/src/commit/3aafdbaa8b9f65b2796e176c94e5081f0aeb0390/vendor/github.com/arangodb/go-driver/.golangci.yaml You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
 
 

52 lines
759 B

---
run:
issues-exit-code: 3
timeout: 30m
skip-dirs:
- vendor
linters:
fast: false
enable-all: false
disable-all: false
presets:
- performance
- format
- complexity
- bugs
- unused
disable:
- staticcheck
- errcheck
- govet
- gosec
- ineffassign
- noctx
- contextcheck
- unparam
- scopelint
- exhaustive
- cyclop
- errorlint
- errchkjson
- nestif
- prealloc
- maligned
- funlen
- typecheck
- deadcode
- unused
- maintidx
- varcheck
- gocognit
- gofumpt
- gocyclo
linters-settings:
gci:
sections:
- standard
- default
- prefix(github.com/arangodb)
- prefix(github.com/arangodb/go-driver)