Skip to content

Commit

Permalink
refactor code using golangci-lint (#2362)
Browse files Browse the repository at this point in the history
Signed-off-by: kpango <[email protected]>
  • Loading branch information
kpango authored Feb 15, 2024
1 parent f72fe07 commit 915a670
Show file tree
Hide file tree
Showing 41 changed files with 182 additions and 181 deletions.
2 changes: 1 addition & 1 deletion Makefile.d/functions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ define profile-web
endef

define go-lint
golangci-lint run --config .golangci.yml
golangci-lint run --config .golangci.yml --fix
endef

define go-vet
Expand Down
Loading

0 comments on commit 915a670

Please sign in to comment.