Skip to content

Commit

Permalink
Update CI configs to v0.10.8
Browse files Browse the repository at this point in the history
Update lint scripts and CI configs.
  • Loading branch information
pionbot authored and Sean-Der committed May 18, 2023
1 parent 5a73f55 commit 32ccc74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ linters-settings:
- errors
forbidigo:
forbid:
- Fatal(f|ln)?$
- ^fmt.Print(f|ln)?$
- ^log.Print(f|ln)?$
- ^log.(Panic|Fatal|Print)(f|ln)?$
- ^os.Exit$
- ^panic$
- ^print(ln)?$
Expand Down

0 comments on commit 32ccc74

Please sign in to comment.