Enhance Chat Mentions #35
Annotations
11 errors and 6 warnings
lint
Process completed with exit code 1.
|
build:
webapp/src/components/AudioTranslationDropdown.vue#L14
Expected indentation of 1 tab but found 2 spaces
|
build:
webapp/src/components/AudioTranslationDropdown.vue#L21
Missing space before function parentheses
|
build:
webapp/src/components/AudioTranslationDropdown.vue#L23
Expected indentation of 3 tabs but found 6 spaces
|
build:
webapp/src/components/AudioTranslationDropdown.vue#L24
Expected indentation of 3 tabs but found 6 spaces
|
build:
webapp/src/components/AudioTranslationDropdown.vue#L25
Expected indentation of 2 tabs but found 4 spaces
|
build:
webapp/src/components/AudioTranslationDropdown.vue#L25
Extra semicolon
|
build:
webapp/src/components/AudioTranslationDropdown.vue#L26
Expected indentation of 1 tab but found 2 spaces
|
build:
webapp/src/components/AudioTranslationDropdown.vue#L27
Expected indentation of 1 tab but found 2 spaces
|
build:
webapp/src/components/AudioTranslationDropdown.vue#L28
Expected indentation of 2 tabs but found 4 spaces
|
build:
webapp/src/components/AudioTranslationDropdown.vue#L29
Expected indentation of 3 tabs but found 6 spaces
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v1, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v1, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
webapp/src/components/ChatContent.vue#L89
The "components" property should be above the "props" property on line 49
|
build:
webapp/src/components/ChatInput.vue#L114
The "watch" property should be above the "mounted" property on line 72
|