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.
2 parents 558b6a4 + 597cd94 commit 09fbbf4Copy full SHA for 09fbbf4
.gitignore
@@ -25,4 +25,5 @@ docker-images
25
26
.idea
27
tmp
28
-dist
+dist
29
+/mise.toml
.golangci.toml
@@ -46,3 +46,11 @@ paths = [
46
'builtin$',
47
'examples$'
48
]
49
+
50
+## False positive, strings.Builder cannot be used as io.Writer for fmt.Fprintf
51
+[[linters.exclusions.rules]]
52
+linters = [
53
+ 'staticcheck'
54
+]
55
+path = 'internal/server/sendmail.go'
56
+text = 'QF1012:'
0 commit comments