2021-06-03 09:05:38 +02:00
=== on 15 Jul 2013, 13:20:19 Fabrice Bellingard wrote:
2021-06-02 20:44:38 +02:00
*Note for Javascript:*
Add the following line to the description of the rule:
____
In JavaScript, the trailing whitespaces can even be source of nasty bugs with multi-line strings.
____
2021-06-03 09:05:38 +02:00
=== on 23 Feb 2014, 22:47:03 Freddy Mallet wrote:
2021-06-02 20:44:38 +02:00
Is implemented by \http://jira.codehaus.org/browse/SONARPLUGINS-3503 for PHP
2021-06-03 09:05:38 +02:00
=== on 19 Mar 2014, 15:51:12 Dinesh Bolkensteyn wrote:
2021-06-02 20:44:38 +02:00
You can't say that those traling whitespaces are useless in languages which do have multi-line literals, such as Javascript, PHP and PL/SQL, among others.