Skip to content

Add a CIF parser

Add a CIF parser #886

Triggered via pull request September 23, 2023 01:00
Status Failure
Total duration 21s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 3 warnings
lint: io/pdbx/cif/parser.go#L162
Error return value of `p.skipWhitespace` is not checked (errcheck)
lint: io/pdbx/cif/parser.go#L187
Error return value of `p.reader.Discard` is not checked (errcheck)
lint: io/pdbx/cif/parser.go#L264
Error return value is not checked (errcheck)
lint: io/pdbx/cif/parser.go#L524
Error return value of `p.reader.UnreadByte` is not checked (errcheck)
lint: io/pdbx/cif/parser.go#L588
Error return value is not checked (errcheck)
lint: io/pdbx/cif/parser.go#L241
(*Parser).handleLoop$3 - result 0 (error) is always nil (unparam)
lint: io/pdbx/cif/parser_test.go#L198
unnecessary trailing newline (whitespace)
lint
issues found
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
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
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/