Skip to content

Commit

Permalink
chore(ci): sync golangci-lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Oct 25, 2024
1 parent da324b1 commit 342e7b0
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .golangci-soft.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
run:
tests: false

issues:
include:
- EXC0001
- EXC0005
- EXC0011
- EXC0012
- EXC0013

max-issues-per-linter: 0
max-same-issues: 0

linters:
enable:
- exhaustive
- goconst
- godot
- godox
- mnd
- gomoddirectives
- goprintffuncname
- misspell
- nakedret
- nestif
- noctx
- nolintlint
- prealloc
- wrapcheck

# disable default linters, they are already enabled in .golangci.yml
disable:
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- typecheck
- unused

0 comments on commit 342e7b0

Please sign in to comment.