Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component name "translation" should always be multi-word #352

Open
loleg opened this issue Sep 13, 2023 · 0 comments
Open

Component name "translation" should always be multi-word #352

loleg opened this issue Sep 13, 2023 · 0 comments
Assignees
Labels
frontend Pull requests that update Javascript code

Comments

@loleg
Copy link
Contributor

loleg commented Sep 13, 2023

There were build errors in the following auto PRs for the frontend:

They are failing because of this build error:

/home/circleci/project/ui/core/src/views/appDependentComponents/i18n/Translation.vue
  25:9  error  Component name "translation" should always be multi-word  vue/multi-word-component-names

And for the backend:

Failing build because of the same error, and also in validate:


../go/pkg/mod/github.com/golang/mock@v1.6.0/mockgen/mockgen.go:41:2: missing go.sum entry for module providing package golang.org/x/mod/modfile (imported by github.com/golang/mock/mockgen); to add:
        go get github.com/golang/mock/mockgen@v1.6.0
../go/pkg/mod/golang.org/x/tools@v0.12.0/internal/imports/mod.go:21:2: missing go.sum entry for module providing package golang.org/x/mod/module (imported by golang.org/x/tools/internal/imports); to add:
        go get golang.org/x/tools/internal/imports@v0.12.0
../go/pkg/mod/golang.org/x/tools@v0.12.0/internal/gocommand/vendor.go:17:2: missing go.sum entry for module providing package golang.org/x/mod/semver (imported by golang.org/x/tools/internal/gocommand); to add:
        go get golang.org/x/tools/internal/gocommand@v0.12.0
make: *** [Makefile:83: init] Error 1

Please make sure these are part of the next release.

@loleg loleg changed the title Frontend/Backend library updates Component name "translation" should always be multi-word Sep 13, 2023
@loleg loleg added the frontend Pull requests that update Javascript code label Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Pull requests that update Javascript code
Projects
None yet
Development

No branches or pull requests

2 participants