Skip to content

Commit

Permalink
Fix lints with new golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Aug 15, 2024
1 parent a98fe70 commit dbd65c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions decoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ const (
_Slice
// We don't use the next two. They are placeholders. See the spec
// for more details.
_Container //nolint: deadcode, varcheck // above
_Marker //nolint: deadcode, varcheck // above
_Container //nolint:deadcode,varcheck // above
_Marker //nolint:deadcode,varcheck // above
_Bool
_Float32
)
Expand Down

0 comments on commit dbd65c6

Please sign in to comment.