...

Text file src/github.com/ory/x/.golangci.yml

Documentation: github.com/ory/x

     1linters:
     2  enable:
     3    - gosec
     4    - vet
     5    - golint
     6  disable-all: true
     7
     8run:
     9  skip-files:
    10    - "migrate_files.go" # go-bindata
    11    - ".+_test.go"

View as plain text