improve example setup #9
pull_request_flow.yml
on: pull_request
lint
/
golangci-lint
10s
lint
/
staticcheck
15s
test
/
unit tests
6s
test
/
acceptance tests
19s
build
/
build
Annotations
4 errors
lint / golangci-lint:
datadome/resource_custom_rule.go#L37
S1039: unnecessary use of fmt.Sprintf (gosimple)
|
lint / golangci-lint
issues found
|
lint / staticcheck:
datadome/resource_custom_rule.go#L37
unnecessary use of fmt.Sprintf (S1039)
|
lint / staticcheck
Process completed with exit code 1.
|