Skip to content

Commit

Permalink
Add errchkjson linter (#225)
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Shishkin <me@teran.dev>
  • Loading branch information
teran committed Sep 3, 2024
1 parent dc14abd commit dd0c06a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ linters:
- durationcheck
- err113
- errcheck
- errchkjson
- errname
- goconst
- gocritic
Expand Down Expand Up @@ -37,4 +38,4 @@ linters:
- unparam
- unused
- usestdlibvars
- whitespace
- whitespace

0 comments on commit dd0c06a

Please sign in to comment.