Fix typo in golangci config file

This PR fixes the typo in golang CI config file

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2020-04-15 08:17:25 +05:30 committed by mergify[bot]
parent a3d2980311
commit 6998c0d141

View File

@ -74,7 +74,7 @@ linters-settings:
goimports:
# put imports beginning with prefix after 3rd-party packages;
# it's a comma-separated list of prefixes
local-prefixes: github.com/ceph/csph-csi
local-prefixes: github.com/ceph/ceph-csi
gocyclo:
# minimal code complexity to report, 30 by default (but we recommend 10-20)
min-complexity: 20