mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-17 23:11:18 +00:00
Ignore dot-imports error message only for go test files
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
|
||||
package logging
|
||||
|
||||
// disable dot-imports only for testing
|
||||
//revive:disable:dot-imports
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
Reference in New Issue
Block a user