Skip to content

Commit

Permalink
Fix linter findings
Browse files Browse the repository at this point in the history
  • Loading branch information
skhome committed Jan 10, 2024
1 parent f810928 commit 1bc24fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ linters:
- unused
enable:
- cyclop
- dupl
- errname
- gochecknoinits
- gochecknoglobals
Expand Down
1 change: 0 additions & 1 deletion assert/assert_slice_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ type sliceTest struct {
slice []string
num int
other []string
element string
ok bool
message string
}
Expand Down

0 comments on commit 1bc24fb

Please sign in to comment.