Skip to content

Commit

Permalink
ci(lint): enure ioutil replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 authored Sep 11, 2023
1 parent 0e9f133 commit 15fca5b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ linters:
- gofmt
- gofumpt
- goimports
- gomodguard
- gosec
- gosimple
- importas
Expand Down Expand Up @@ -53,3 +54,10 @@ linters-settings:
- standard
- default
- prefix(github.com/shirou)
gomodguard:
blocked:
modules:
- io/ioutil:
recommandations:
- io
- os

0 comments on commit 15fca5b

Please sign in to comment.