Skip to content

Commit

Permalink
ci: add golangci
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan committed Oct 30, 2021
1 parent 1699814 commit 0c5300b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
run:
skip-dirs:
- .*~
- data
skip-files:
- ".*.my.go$"
- _test.go
linters-settings:
errcheck:
check-type-assertions: true
check-blank: false
lll:
line-length: 240
godox:
keywords:
- BUG
- FIXME
- OPTIMIZE
- HACK
linters:
enable-all: true

0 comments on commit 0c5300b

Please sign in to comment.