mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-16 14:33:59 +00:00
Ignore dot-imports error message only for go test files
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
|
||||
package netutils
|
||||
|
||||
// disable dot-imports only for testing
|
||||
//revive:disable:dot-imports
|
||||
import (
|
||||
"encoding/json"
|
||||
"net"
|
||||
|
Reference in New Issue
Block a user