Improve parser API #15
Annotations
10 errors and 2 warnings
Linting:
build.go#L46
`if CompDB` has complex nested blocks (complexity: 6) (nestif)
|
Linting:
build.go#L76
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
Linting:
builtins/builtins.go#L23
G404: Use of weak random number generator (math/rand or math/rand/v2 instead of crypto/rand) (gosec)
|
Linting:
builtins/builtins.go#L124
Consider pre-allocating `ss` (prealloc)
|
Linting:
builtins/match.go#L139
ineffectual assignment to isMissing (ineffassign)
|
Linting:
builtins/match.go#L176
ineffectual assignment to isMissing (ineffassign)
|
Linting:
builtins/match.go#L203
ineffectual assignment to isMissing (ineffassign)
|
Linting:
control/events.go#L15
the type name `ErrorEvent` should conform to the `XxxError` format (errname)
|
Linting:
control/k3r/k3r.go#L67
cognitive complexity 51 of func `(*Test).Run` is high (> 30) (gocognit)
|
Linting:
control/k3r/k3r.go#L221
Consider pre-allocating `ret` (prealloc)
|
Linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|