fix: releaser (#18) #58
Annotations
10 errors
|
Lint:
cmd/validate.go#L9
import 'github.com/ChargePi/chargeflow/internal/validation' is not allowed from list 'Main' (depguard)
|
|
Lint:
cmd/root.go#L12
import 'github.com/ChargePi/chargeflow/pkg/ocpp' is not allowed from list 'Main' (depguard)
|
|
Lint:
cmd/root.go#L10
import 'github.com/spf13/viper' is not allowed from list 'Main' (depguard)
|
|
Lint:
cmd/root.go#L9
import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
|
|
Lint:
cmd/root.go#L8
import 'github.com/pkg/errors' is not allowed from list 'Main' (depguard)
|
|
Lint:
cmd/root.go#L6
import 'go.uber.org/zap' is not allowed from list 'Main' (depguard)
|
|
Lint:
pkg/validator/validator.go#L29
calculated cyclomatic complexity for function ValidateMessage is 19, max is 10 (cyclop)
|
|
Lint:
pkg/report/result_aggregator.go#L95
calculated cyclomatic complexity for function CreateReport is 13, max is 10 (cyclop)
|
|
Lint:
internal/validation/service.go#L177
calculated cyclomatic complexity for function parseAndValidate is 13, max is 10 (cyclop)
|
|
Lint:
internal/validation/service.go#L135
calculated cyclomatic complexity for function outputValidationErrorToLogs is 12, max is 10 (cyclop)
|