1#reference https://github.com/golangci/golangci-lint#config-file for more options 2run: 3 # default is true. Enables skipping of directories: 4 # vendor$, third_party$, testdata$, examples$, Godeps$, builtin$ 5 skip-dirs-use-default: true
View as plain text