use hardcoded version #21
Annotations
7 errors and 1 warning
Run golangci-lint:
internal/httpd/api_user.go#L306
unnecessary trailing newline (whitespace)
|
Run golangci-lint:
internal/httpd/webadmin.go#L1747
unnecessary trailing newline (whitespace)
|
Run golangci-lint:
internal/vfs/irodsfs.go#L461
Error return value of `fs.irodsClient.MakeDir` is not checked (errcheck)
|
Run golangci-lint:
internal/vfs/irodsfs.go#L132
string `pam` has 3 occurrences, make it a constant (goconst)
|
Run golangci-lint:
internal/vfs/irodsfs.go#L115
cyclomatic complexity 20 of func `(*IRODSFsConfig).validate` is high (> 15) (gocyclo)
|
Run golangci-lint:
internal/vfs/irodsfs.go#L18
File is not `goimports`-ed with -local github.com/drakkan/sftpgo (goimports)
|
Run golangci-lint
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading