Skip to content

Commit 32ccc74

Browse files
pionbotSean-Der
authored andcommittedMay 18, 2023
Update CI configs to v0.10.8
Update lint scripts and CI configs.
1 parent 5a73f55 commit 32ccc74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.golangci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ linters-settings:
1616
- errors
1717
forbidigo:
1818
forbid:
19-
- Fatal(f|ln)?$
2019
- ^fmt.Print(f|ln)?$
21-
- ^log.Print(f|ln)?$
20+
- ^log.(Panic|Fatal|Print)(f|ln)?$
2221
- ^os.Exit$
2322
- ^panic$
2423
- ^print(ln)?$

0 commit comments

Comments
 (0)
Please sign in to comment.