Skip to content

Commit

Permalink
Update lint setting
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Jul 18, 2023
1 parent cdd09b5 commit a2dbd1e
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
linters:
fast: false
enable:
- gosec
- misspell
- gosec
- godot
- revive
linters-settings:
staticcheck:
go: 1.16
errcheck:
check-type-assertions: true
misspell:
locale: US
ignore-words: []
revive:
rules:
- name: unexported-return
disabled: true
- name: exported
disabled: false
issues:
# include:
# - EXC0012
# - EXC0014
exclude:
- SA3000

0 comments on commit a2dbd1e

Please sign in to comment.