Add decode subcommand that will decode the custom base64 encoding in 'stat' and 'byusergroup' files. #687
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/
|