mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-12 17:30:19 +00:00
Fix typo in golangci config file
This PR fixes the typo in golang CI config file
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit 6998c0d141
)
This commit is contained in:
parent
774ceea04d
commit
d2e26d466b
@ -74,7 +74,7 @@ linters-settings:
|
|||||||
goimports:
|
goimports:
|
||||||
# put imports beginning with prefix after 3rd-party packages;
|
# put imports beginning with prefix after 3rd-party packages;
|
||||||
# it's a comma-separated list of prefixes
|
# it's a comma-separated list of prefixes
|
||||||
local-prefixes: github.com/ceph/csph-csi
|
local-prefixes: github.com/ceph/ceph-csi
|
||||||
gocyclo:
|
gocyclo:
|
||||||
# minimal code complexity to report, 30 by default (but we recommend 10-20)
|
# minimal code complexity to report, 30 by default (but we recommend 10-20)
|
||||||
min-complexity: 20
|
min-complexity: 20
|
||||||
|
Loading…
Reference in New Issue
Block a user