...

Text file src/github.com/theupdateframework/go-tuf/.golangci.yml

Documentation: github.com/theupdateframework/go-tuf

     1linters:
     2  disable-all: true
     3  enable:
     4    - staticcheck
     5    - gofmt
     6    - govet
     7    - gosimple
     8    - unused
     9    - typecheck
    10    - forbidigo

View as plain text