mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: disable 'testpackage' linter in golangci
The 'testpackage' linter recommends "black box" testing, which prevents testing internal/non-exported functions from being tested. We have tests that *do* test non-exported functions and types. Disabling the linter allows us to test non-exported types and functions. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
3695115371
commit
cb7ab307dd
@ -164,3 +164,4 @@ linters:
|
|||||||
- godox
|
- godox
|
||||||
- wsl
|
- wsl
|
||||||
- funlen
|
- funlen
|
||||||
|
- testpackage
|
||||||
|
Loading…
Reference in New Issue
Block a user