Skip to content

Commit

Permalink
Update .golangci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
silenceper authored Sep 24, 2023
1 parent b601b1c commit 7a87a33
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ issues:
- path: _test\.go
linters:
- gomnd

- linters:
- stylecheck
text: "ST1000:"
# https://github.com/go-critic/go-critic/issues/926
- linters:
- gocritic
Expand All @@ -52,10 +54,3 @@ linters-settings:
lines: 66
statements: 40

issues:
include:
- EXC0002 # disable excluding of issues about comments from golint
exclude-rules:
- linters:
- stylecheck
text: "ST1000:"

0 comments on commit 7a87a33

Please sign in to comment.