Skip to content

Add IsNil function for checking nil values in Go (#399) #125

Add IsNil function for checking nil values in Go (#399)

Add IsNil function for checking nil values in Go (#399) #125

Triggered via push December 2, 2023 13:48
Status Failure
Total duration 31s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
lint: type_manipulation.go#L12
Error return value is not checked (errcheck)
lint: type_manipulation_test.go#L39
SA4023: this comparison is always true; the lhs of the comparison has been assigned a concretely typed value (staticcheck)
lint
issues found
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/