Skip to content

check for nil pointers before calling IsZero. (#67) #22

check for nil pointers before calling IsZero. (#67)

check for nil pointers before calling IsZero. (#67) #22

Triggered via push June 10, 2023 16:40
Status Failure
Total duration 2m 23s
Artifacts

ci.yaml

on: push
Matrix: lint
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 6 warnings
lint (ubuntu-latest): json.go#L25
import 'github.com/mailru/easyjson/jlexer' is not allowed from list 'Main' (depguard)
lint (ubuntu-latest): json.go#L26
import 'github.com/mailru/easyjson/jwriter' is not allowed from list 'Main' (depguard)
lint (ubuntu-latest): yaml.go#L23
import 'github.com/mailru/easyjson/jlexer' is not allowed from list 'Main' (depguard)
lint (ubuntu-latest): yaml.go#L24
import 'github.com/mailru/easyjson/jwriter' is not allowed from list 'Main' (depguard)
lint (ubuntu-latest): convert_test.go#L22
import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
lint (ubuntu-latest): convert_types_test.go#L22
import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
lint (ubuntu-latest): file_test.go#L7
import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
lint (ubuntu-latest): json_test.go#L22
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
lint (ubuntu-latest): util_test.go#L25
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
lint (ubuntu-latest): yaml_test.go#L23
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
lint (macos-latest): json.go#L25
import 'github.com/mailru/easyjson/jlexer' is not allowed from list 'Main' (depguard)
lint (macos-latest): json.go#L26
import 'github.com/mailru/easyjson/jwriter' is not allowed from list 'Main' (depguard)
lint (macos-latest): yaml.go#L23
import 'github.com/mailru/easyjson/jlexer' is not allowed from list 'Main' (depguard)
lint (macos-latest): yaml.go#L24
import 'github.com/mailru/easyjson/jwriter' is not allowed from list 'Main' (depguard)
lint (macos-latest): convert_test.go#L22
import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
lint (macos-latest): convert_types_test.go#L22
import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
lint (macos-latest): file_test.go#L7
import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
lint (macos-latest): json_test.go#L22
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
lint (macos-latest): util_test.go#L25
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
lint (macos-latest): yaml_test.go#L23
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
lint (windows-latest): json.go#L25
import 'github.com/mailru/easyjson/jlexer' is not allowed from list 'Main' (depguard)
lint (windows-latest): json.go#L26
import 'github.com/mailru/easyjson/jwriter' is not allowed from list 'Main' (depguard)
lint (windows-latest): yaml.go#L23
import 'github.com/mailru/easyjson/jlexer' is not allowed from list 'Main' (depguard)
lint (windows-latest): yaml.go#L24
import 'github.com/mailru/easyjson/jwriter' is not allowed from list 'Main' (depguard)
lint (windows-latest): convert_test.go#L22
import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
lint (windows-latest): convert_types_test.go#L22
import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
lint (windows-latest): file_test.go#L7
import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
lint (windows-latest): json_test.go#L22
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
lint (windows-latest): util_test.go#L25
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
lint (windows-latest): yaml_test.go#L23
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
lint (ubuntu-latest)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
lint (ubuntu-latest)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint (macos-latest)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
lint (macos-latest)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint (windows-latest)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
lint (windows-latest)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/