Skip to content

Add decode subcommand that will decode the custom base64 encoding in 'stat' and 'byusergroup' files. #687

Add decode subcommand that will decode the custom base64 encoding in 'stat' and 'byusergroup' files.

Add decode subcommand that will decode the custom base64 encoding in 'stat' and 'byusergroup' files. #687

Triggered via pull request October 28, 2024 10:51
Status Failure
Total duration 34s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
lint: cmd/decode.go#L73
Function 'decodeFile' is too long (32 > 30) (funlen)
lint: cmd/decode.go#L108
Function 'decodeColumn' has too many statements (24 > 20) (funlen)
lint: cmd/decode.go#L95
`if strings.HasSuffix(file, ".byusergroup")` has complex nested blocks (complexity: 2) (nestif)
lint
issues found
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/