Hey there,
Our team uses the project written in JavaScript. We use SonarQube 6.7.7 version, sonar-javascript-plugin 7.3.0.15071 version. Our aim is to make all the lines of code shown, but at that moment we have parse errors in some files containing private variables when the build is done. Therefore, we can`t see the lines of code in these files. We declare a private variable using ‘#’. It looks in the following way (a couple of examples):
[ERROR] Parse error at line 34 column 5:
34: #user = undefined;
^
[ERROR] Parse error at line 16 column 5:
16: #isFiring = false;
How can we improve that?
Thanks & Regards
Dmitry