github.com/instana/go-sensor@v1.62.2-0.20240520081010-4919868049e1/.golangci.yml (about) 1 run: 2 skip-dirs: 3 - autoprofile/internal/pprof # vendored code 4 - example # clean up first 5 linters: 6 disable-all: true 7 enable: 8 - deadcode 9 - gosimple 10 - govet 11 - ineffassign 12 - staticcheck 13 - structcheck 14 - typecheck 15 - unused 16 - varcheck 17 # enable once the error handling in fsm.go is improved 18 #- errcheck