Geoffrey Lalloué
Geoffrey Lalloué
Check if the following rule is related to js and ts only and update documentation Concerning the following rule : **Using strings as arguments to SetTimeout() and setInterval()** I think...
RTE (via Mathilde) worked on the plugin at the beginning of the project. Here are the sources of the internal RTE project given back to us to merge on ecoCode...
Hi, I'm look since few weeks the project and i have identified a recent renaming that i'm not agreed. I'm hoping my remark will be accepted/appreciated :) You are using...
**Use single quote (') instead of quotation mark (")** is a common rule used in javascript / typescript After some researches, it turns out that it is indeed not valid...
**Describe the bug** I see several PR or issues created to be compatible with sonarqube 10.4 version : - https://github.com/mc1arke/sonarqube-community-branch-plugin/pull/873 - https://github.com/mc1arke/sonarqube-community-branch-plugin/issues/870 And some issues are already discussing about 10.5...
I try to display one item on the grid in fullscreen by clicking on a button. To do that i add css styles to the item that i want to...