sigs.k8s.io/cluster-api/bootstrap/kubeadm@v0.0.0-20191016155141-23a891785b60/.golangci.yml (about) 1 linters: 2 enable-all: true 3 disable: 4 - dupl 5 - funlen 6 - gochecknoglobals 7 - gochecknoinits 8 - gocyclo 9 - lll 10 fast: true 11 issues: 12 max-same-issues: 0 13 max-issues-per-linter: 0 14 # List of regexps of issue texts to exclude, empty list by default. 15 exclude: 16 - Using the variable on range scope `tc` in function literal 17 run: 18 deadline: 2m 19 skip-dirs: 20 - kubeadm 21 - third_party