make listing test less sensitive to meta presence #171
Annotations
2 errors and 3 warnings
golangci-lint:
basic_auth.go#L126
paramTypeCombine: func(password string) (hash string, salt string, err error) could be replaced with func(password string) (hash, salt string, err error) (gocritic)
|
golangci-lint
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
golangci-lint:
basic_auth_test.go#L331
unused-parameter: parameter 'w' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
basic_auth_test.go#L348
unused-parameter: parameter 'w' seems to be unused, consider removing or renaming it as _ (revive)
|
Loading