Skip to content

Commit

Permalink
Merge pull request #988 from ydb-platform/gosec
Browse files Browse the repository at this point in the history
gosec enabled
  • Loading branch information
asmyasnikov authored Dec 30, 2023
2 parents e785ae2 + 0273d03 commit 321be1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ linters:
- golint
- gomnd
- gomoddirectives
- gosec
- ifshort
- inamedparam
- interfacebloat
Expand Down
2 changes: 1 addition & 1 deletion balancers/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func TestFromConfig(t *testing.T) {
tt.res.Filter = nil
}

require.Equal(t, &tt.res, b)
require.Equal(t, tt.res, *b)
})
}
}

0 comments on commit 321be1b

Please sign in to comment.