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

Javascript Code in vuejs Components #318

Open
kpilard opened this issue May 30, 2018 · 7 comments
Open

Javascript Code in vuejs Components #318

kpilard opened this issue May 30, 2018 · 7 comments
Assignees

Comments

@kpilard
Copy link

kpilard commented May 30, 2018

Hello,

Is it possible to use the duplication engine on JS-Code in *.vue files?
https://vuejs.org/v2/guide/single-file-components.html

@ale7714
Copy link

ale7714 commented Jun 3, 2018

@kpilard Thank you for writing. Currently, we don't support duplication on *.vue files but I'll make sure this feedback is added to our board for consideration (@davehenton can you help me with this? thanks!) .
In the meantime, you could use ESLint plugin by adding a .codeclimate.yml and including the *.vue extension

eslint:
  enabled: true
  config:
    extensions:
    - .vue

Thank you again and if you have any other question feel free to reach out our support team.

@ale7714 ale7714 assigned ale7714 and davehenton and unassigned ale7714 Jun 3, 2018
@knagode
Copy link

knagode commented Sep 19, 2018

What is current state of this? Vue is getting pretty popular :) @ale7714 @davehenton

@gagagast
Copy link

Some news ? Is it officially in the roadmap ?

@saharhage
Copy link

Any updates on this one?

@efueger
Copy link
Member

efueger commented Jul 7, 2022

Hi @saharhage - thanks for checking in on this! I don't see it on the roadmap, but I'm asking the team to take another look at this.

@saharhage
Copy link

Hello @efueger. Thanks for your reply! I'm facing some issues with connecting my Nuxtjs project to codeclimate. Do you have any idea how can we make a workaround to have a code climate coverage on the .vue files (the script with language ts)? Is there any workaround to do that or it's not implemented at all? Thanks!

@efueger
Copy link
Member

efueger commented Jul 7, 2022

Hi @saharhage - generally, Code Climate checks (and plugins) aren't limited to specific frameworks, but instead consider the languages used in your project.

If you've added your repo to Code Climate and see errors or unexpected issues, send an email to [email protected] with:

  • your repo info (URL)
  • and links to the errors/issues you're seeing

Happy to take a closer look. 👍🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants