intel / gardener-extension-cri-resmgr

Gardener extension controller for the https://github.com/intel/cri-resource-manager container runtime proxy
Apache License 2.0
9 stars 5 forks source link

Update .golandci.yml with exclude rule about dot import in tests #210

Closed Damenus closed 9 months ago

Damenus commented 9 months ago

In pkg/imagevector/imagevector_test.go and pkg/imagevector/imagevector_suite_test.go and another's are dot imports. It is required for tests. I created rule to ignore these errors. Warning: dot-imports: should not use dot imports (revive)