feat(ruleset): add dynamic evaluation with expr #6574
Annotations
8 errors and 1 warning
golangci-lint:
compiler/native/expand.go#L396
string `golang` has 3 occurrences, make it a constant (goconst)
|
golangci-lint:
compiler/types/pipeline/ruleset.go#L26
tag is not aligned, should be: json:"eval,omitempty" yaml:"eval,omitempty" (tagalign)
|
golangci-lint:
compiler/types/pipeline/ruleset.go#L106
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
golangci-lint:
compiler/types/pipeline/ruleset.go#L111
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
golangci-lint:
compiler/types/pipeline/ruleset.go#L26
tag is not aligned, should be: json:"eval,omitempty" yaml:"eval,omitempty" (tagalign)
|
golangci-lint:
compiler/types/pipeline/ruleset.go#L106
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
golangci-lint:
compiler/types/pipeline/ruleset.go#L111
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
golangci-lint
reviewdog exited with status code: 1
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading