Skip to content

Commit

Permalink
chore: Fix for golangci-linters (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
rainkwan authored Feb 13, 2025
1 parent 9480bb2 commit 6911c5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

issues:
max-per-linter: 0
max-issues-per-linter: 0
max-same-issues: 0

linters:
disable-all: true
enable:
- copyloopvar
- durationcheck
- errcheck
- exportloopref
- forcetypeassert
- godot
- gofmt
Expand All @@ -19,10 +19,10 @@ linters:
- nilerr
- predeclared
- staticcheck
- tenv
- unconvert
- unparam
- unused
- usetesting
- govet

run:
Expand Down
1 change: 0 additions & 1 deletion internal/timetesting/int64_between_knownvalue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func TestInt64Between_CheckValue(t *testing.T) {
}

for name, testCase := range testCases {
name, testCase := name, testCase

t.Run(name, func(t *testing.T) {
t.Parallel()
Expand Down

0 comments on commit 6911c5d

Please sign in to comment.