CI Core #73139
Annotations
9 errors and 2 warnings
Golang Lint:
core/capabilities/ccip/launcher/deployment_test.go#L301
commentFormatting: put a space between `//` and comment text (gocritic)
|
Golang Lint:
core/capabilities/ccip/launcher/deployment_test.go#L22
range: should omit 2nd value from range; this loop is equivalent to `for i := range ...` (revive)
|
Golang Lint:
core/capabilities/ccip/launcher/deployment_test.go#L25
range: should omit 2nd value from range; this loop is equivalent to `for i := range ...` (revive)
|
Golang Lint:
core/capabilities/ccip/launcher/launcher.go#L364
unnecessary leading newline (whitespace)
|
Golang Lint:
core/capabilities/ccip/launcher/deployment_test.go#L153
unnecessary leading newline (whitespace)
|
Golang Lint:
core/capabilities/ccip/launcher/launcher.go#L241
ineffectual assignment to err (ineffassign)
|
Golang Lint:
core/capabilities/ccip/launcher/deployment.go#L34
fmt.Errorf can be replaced with errors.New (perfsprint)
|
Golang Lint:
core/capabilities/ccip/launcher/launcher_test.go#L562
empty: use require.Empty (testifylint)
|
Golang Lint
issues found
|
Golang Lint
Unexpected input(s) 'id', valid inputs are ['name', 'go-directory', 'only-modules', 'cache-version', 'go-version-file', 'go-module-file']
|
Post Golang Lint
Unexpected input(s) 'id', valid inputs are ['name', 'go-directory', 'only-modules', 'cache-version', 'go-version-file', 'go-module-file']
|
Loading