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

Vue3 migration #126

Draft
wants to merge 9 commits into
base: dev
Choose a base branch
from

Some linting.

45bae04
Select commit
Loading
Failed to load commit list.
Draft

Vue3 migration #126

Some linting.
45bae04
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jul 30, 2024 in 0s

10 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 10
           

See the complete overview on Codacy

Annotations

Check warning on line 16 in src/App.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/App.vue#L16

Name "Footer" is reserved in HTML.

Check notice on line 30 in src/components/RefineSelection/RefineQuestionSelection.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/components/RefineSelection/RefineQuestionSelection.vue#L30

'class' should be on a new line.

Check notice on line 32 in src/components/RefineSelection/RefineQuestionSelection.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/components/RefineSelection/RefineQuestionSelection.vue#L32

'column' should be on a new line.

Check notice on line 45 in src/components/RefineSelection/RefineQuestionSelection.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/components/RefineSelection/RefineQuestionSelection.vue#L45

'class' should be on a new line.

Check warning on line 45 in src/components/RefineSelection/RefineQuestionSelection.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/components/RefineSelection/RefineQuestionSelection.vue#L45

Attribute "v-bind" should go before "v-on".

Check notice on line 82 in src/components/RefineSelection/RefineQuestionSelection.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/components/RefineSelection/RefineQuestionSelection.vue#L82

'class' should be on a new line.

Check notice on line 92 in src/components/RefineSelection/RefineQuestionSelection.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/components/RefineSelection/RefineQuestionSelection.vue#L92

'class' should be on a new line.

Check notice on line 104 in src/components/RefineSelection/RefineQuestionSelection.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/components/RefineSelection/RefineQuestionSelection.vue#L104

'class' should be on a new line.

Check notice on line 105 in src/components/RefineSelection/RefineQuestionSelection.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/components/RefineSelection/RefineQuestionSelection.vue#L105

'@click' should be on a new line.

Check notice on line 105 in src/components/RefineSelection/RefineQuestionSelection.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/components/RefineSelection/RefineQuestionSelection.vue#L105

Expected 1 line break after opening tag (`<v-btn>`), but no line breaks found.