File tree 1 file changed +1
-12
lines changed
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,11 @@ issues:
47
47
# # Defaults we want from golangci-lint
48
48
# errcheck: Almost all programs ignore errors on these functions and in most cases it's ok
49
49
- Error return value of .((os\.)?std(out|err)\..*|.*Close|.*Flush|os\.Remove(All)?|.*printf?|os\.(Un)?Setenv). is not checked
50
- - empty-block
51
-
52
- # go sec : we want to allow skipping tls auth
53
- - " TLS InsecureSkipVerify set true."
54
50
- " SA1019"
55
51
56
52
exclude-rules :
57
53
# Exclude some linters from running on test files.
58
- - path : _test\.go$|^tests /|^integration/|^samples/|^internal/testutil /|templates\.go$
54
+ - path : _test\.go$|^test /|^examples /|templates\.go$
59
55
linters :
60
56
- bodyclose
61
57
- errcheck
@@ -69,13 +65,6 @@ issues:
69
65
- scopelint
70
66
- gosec
71
67
- gosimple
72
- - path : internal/identity/oauth/github/github.go
73
- text : " Potential hardcoded credentials"
74
- linters :
75
- - gosec
76
68
- text : " G112:"
77
69
linters :
78
70
- gosec
79
- - text : " G402: TLS MinVersion too low."
80
- linters :
81
- - gosec
You can’t perform that action at this time.
0 commit comments