mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 06:46:36 +01:00
Fix naming convention issues on common name packages.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package common
|
||||
package common //nolint:revive
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package common
|
||||
package common //nolint:revive
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package utils
|
||||
package utils //nolint:revive
|
||||
|
||||
import (
|
||||
"encoding/hex"
|
||||
|
||||
Reference in New Issue
Block a user