Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
kechigon committed Oct 2, 2024
2 parents 1eef8ac + 7e6fceb commit 0b0efe5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
linters:
disable-all: true
enable:
- govet
- gofmt
- staticcheck
- errcheck
- ineffassign
- deadcode
- unused
- gosimple

0 comments on commit 0b0efe5

Please sign in to comment.