Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com>
  • Loading branch information
bytemare committed Jul 7, 2024
1 parent 58a7a92 commit dd3ed3e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ linters-settings:
# - io/ioutil.ReadFile
# - io.Copy(*bytes.Buffer)
# - io.Copy(os.Stdout)
exhaustive:
default-signifies-exhaustive: true
funlen:
lines: 100
statements: 50
Expand Down Expand Up @@ -149,7 +151,9 @@ linters-settings:
gosimple:
checks: [ "all" ]
govet:
check-shadowing: true
settings:
shadow:
strict: true
disable-all: true
enable:
- asmdecl
Expand Down

0 comments on commit dd3ed3e

Please sign in to comment.