github.com/mier85/go-sensor@v1.30.1-0.20220920111756-9bf41b3bc7e0/.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