Skip to content

Commit

Permalink
chore: fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsauter committed Jan 10, 2024
1 parent 6f16a40 commit 561e5da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ linters:
- lll
enable:
- bodyclose
- deadcode
- depguard
- dogsled
- dupl
- errcheck
Expand All @@ -63,13 +61,11 @@ linters:
- prealloc
- rowserrcheck
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
- unparam
- unused
- varcheck
- whitespace
- wsl

Expand Down
1 change: 1 addition & 0 deletions cmd/synchronizer/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const (
trivialString = "h"
)

//nolint:goconst // test
func TestDecode(t *testing.T) {
t.Run("not encoded", func(t *testing.T) {
res, err := decode(quote)
Expand Down

0 comments on commit 561e5da

Please sign in to comment.