Solidjs support

What are you trying to accomplish?
We use https://www.solidjs.com/ and it supports JSX but very different to how react uses it so would be good to be able to have a solidjs specific support or have rulesets just for solildjs

1 Like

Hi Gaurav,

Thanks for reaching out, welcome to the community!

Have you tried Sonar already in your SolidJS code base?
Did you encounter any troubles or valuable findings?

Hi @gab ,

Yes we use Sonar currently. One of the most common error is Unknown property '*****' found

1 Like

Thanks for your reply @gajjargaurav!

I created a ticket for this specific rule based on your feedback:
https://sonarsource.atlassian.net/browse/JS-228

Please feel free to share any other specific problems you have found!

1 Like

Hi we have a similar problem where we use solidJS so SonarQube says we need to change class to className as it thinks it is a react app.

1 Like

Hi Bryan,

Welcome to the Sonar Community!

We have included this as part of our next hardening sprint, which involves tackling as many FPs as possible.

These fixes will be part of the next SonarQube version.

For now, the recommended action is to mark the issue as False Positive or disable the rule if it is not valuable to your team.

1 Like

Hi @gab ,
This is great. I can see that [JS-228] - Jira is marked as done.
Which version can we get this in and do we have release notes around this?

1 Like

Hi,

This should be in SonarQube 10.7.

 
HTH,
Ann

1 Like