Some minor changes/fixes to ux backend #11
ocs-operator-ci.yaml
on: push
Matrix: go test
Matrix: golangci-lint
Matrix: verify generated changes
Annotations
7 errors and 4 warnings
golangci-lint (1.21):
services/ux-backend/handlers/onboarding_tokens/handler.go#L1
var-naming: don't use an underscore in package name (revive)
|
golangci-lint (1.21):
services/ux-backend/handlers/onboarding_tokens/handler.go#L36
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint (1.21)
issues found
|
commitlint
You have commit messages with errors
⧗ input: Some minor changes/fixes to ux backend
- Move content of service/types package to service package
- Move onboading_tokens content into its own sub package
- Seperate onboarding_tokens message handlers to distict functions based on method
- fix onboarding_tokens invalid content type
✖ body's lines must not be longer than 72 characters [body-max-line-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
golangci-lint (1.20):
services/ux-backend/handlers/onboarding_tokens/handler.go#L1
var-naming: don't use an underscore in package name (revive)
|
golangci-lint (1.20):
services/ux-backend/handlers/onboarding_tokens/handler.go#L36
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint (1.20)
issues found
|
golangci-lint (1.21):
services/ux-backend/handlers/onboarding_tokens/handler.go#L1
var-naming: don't use an underscore in package name (revive)
|
golangci-lint (1.21):
services/ux-backend/handlers/onboarding_tokens/handler.go#L36
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint (1.20):
services/ux-backend/handlers/onboarding_tokens/handler.go#L1
var-naming: don't use an underscore in package name (revive)
|
golangci-lint (1.20):
services/ux-backend/handlers/onboarding_tokens/handler.go#L36
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
|