Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick0308 committed Oct 4, 2023
1 parent 1bcb64d commit 4d9ce65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ linters-settings:
- name: var-naming
disabled: true
stylecheck:
checks: ["all"]
checks: ["all", "-ST1003"]

linters:
enable-all: true
Expand Down

0 comments on commit 4d9ce65

Please sign in to comment.