diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-02-10 10:41:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-10 10:41:38 -0500 |
commit | 88ab83d4e04f2054713461c3f28d905b4c1c2ee2 (patch) | |
tree | 9a16fd35768ad78a6c28d85ad0191b3f9d6f03e4 /vendor/github.com/spf13/cobra/.golangci.yml | |
parent | 832639ca6d1d8004c46aaa4e6c021dfd5a314af3 (diff) | |
parent | 46b014bad5f1d471a2ebfd819dfdf33a184ea109 (diff) | |
download | podman-88ab83d4e04f2054713461c3f28d905b4c1c2ee2.tar.gz podman-88ab83d4e04f2054713461c3f28d905b4c1c2ee2.tar.bz2 podman-88ab83d4e04f2054713461c3f28d905b4c1c2ee2.zip |
Merge pull request #9298 from containers/dependabot/go_modules/github.com/spf13/cobra-1.1.2
Bump github.com/spf13/cobra from 1.1.1 to 1.1.2
Diffstat (limited to 'vendor/github.com/spf13/cobra/.golangci.yml')
-rw-r--r-- | vendor/github.com/spf13/cobra/.golangci.yml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/vendor/github.com/spf13/cobra/.golangci.yml b/vendor/github.com/spf13/cobra/.golangci.yml new file mode 100644 index 000000000..0d6e61793 --- /dev/null +++ b/vendor/github.com/spf13/cobra/.golangci.yml @@ -0,0 +1,48 @@ +run: + deadline: 5m + +linters: + disable-all: true + enable: + #- bodyclose + - deadcode + #- depguard + #- dogsled + #- dupl + - errcheck + #- exhaustive + #- funlen + - gas + #- gochecknoinits + - goconst + #- gocritic + #- gocyclo + #- gofmt + - goimports + - golint + #- gomnd + #- goprintffuncname + #- gosec + #- gosimple + - govet + - ineffassign + - interfacer + #- lll + - maligned + - megacheck + #- misspell + #- nakedret + #- noctx + #- nolintlint + #- rowserrcheck + #- scopelint + #- staticcheck + - structcheck + #- stylecheck + #- typecheck + - unconvert + #- unparam + #- unused + - varcheck + #- whitespace + fast: false |