We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69500ba commit 6d86e2dCopy full SHA for 6d86e2d
.golangci.reference.yml
@@ -1944,6 +1944,9 @@ linters-settings:
1944
- T any
1945
- m map[string]int
1946
1947
+ vulncheck:
1948
+ vuln-database: [https://vuln.go.dev]
1949
+
1950
whitespace:
1951
# Enforces newlines (or comments) after every multi-line if statement.
1952
# Default: false
@@ -2159,6 +2162,7 @@ linters:
2159
2162
- usestdlibvars
2160
2163
- varcheck
2161
2164
- varnamelen
2165
+ - vulncheck
2166
- wastedassign
2167
- whitespace
2168
- wrapcheck
@@ -2272,6 +2276,7 @@ linters:
2272
2276
2273
2277
2274
2278
2279
2275
2280
2281
2282
0 commit comments