...

Text file src/github.com/in-toto/in-toto-golang/.golangci.yml

Documentation: github.com/in-toto/in-toto-golang

     1# individual linter configs go here
     2linters-settings:
     3
     4# default linters are enabled `golangci-lint help linters`
     5linters:
     6  disable-all: true
     7  enable:
     8    - deadcode
     9    - errcheck
    10    - gosimple
    11    - govet
    12    - ineffassign
    13    - staticcheck
    14    - structcheck
    15    - typecheck
    16    - unused
    17    - varcheck
    18

View as plain text