github.com/hashgraph/hedera-sdk-go/v2@v2.48.0/.golangci.yml (about) 1 linters: 2 disable-all: true 3 enable: 4 - bodyclose 5 - dogsled 6 - errcheck 7 - gochecknoinits 8 - goconst 9 - gocritic 10 - gocyclo 11 - gofmt 12 - goimports 13 - gosec 14 - gosimple 15 - govet 16 - ineffassign 17 - misspell 18 - nakedret 19 - staticcheck 20 - typecheck 21 - unconvert 22 - unparam 23 - unused 24 - whitespace 25 26 linters-settings: 27 gosec: 28 excludes: 29 - G115