Skip to content

Commit

Permalink
Create .golangci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiyukiMineo authored Dec 28, 2024
1 parent cdef5c0 commit 071c9b2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
linters:
enable:
- gofmt
- goimports
- gosec
- misspell
issues:
exclude-rules:
- path: _test\.go
linters:
- gosec
- govet

0 comments on commit 071c9b2

Please sign in to comment.