github.com/TugasAkhir-QUIC/quic-go@v0.0.2-0.20240215011318-d20e25a9054c/.golangci.yml (about) 1 run: 2 skip-files: 3 - internal/handshake/cipher_suite.go 4 linters-settings: 5 misspell: 6 ignore-words: 7 - ect 8 9 linters: 10 disable-all: true 11 enable: 12 - asciicheck 13 - exhaustive 14 - exportloopref 15 - goimports 16 - gofmt # redundant, since gofmt *should* be a no-op after gofumpt 17 - gofumpt 18 - gosimple 19 - ineffassign 20 - misspell 21 - prealloc 22 - staticcheck 23 - stylecheck 24 - unconvert 25 - unparam 26 - unused 27 - vet 28 29 issues: 30 exclude-rules: 31 - path: internal/qtls 32 linters: 33 - depguard