17 lines
581 B
Plaintext
17 lines
581 B
Plaintext
![]() |
=== On 2013-07-15T13:20:19Z Fabrice Bellingard Wrote:
|
||
|
*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.
|
||
|
|
||
|
____
|
||
|
|
||
|
=== On 2014-02-23T22:47:03Z Freddy Mallet Wrote:
|
||
|
Is implemented by \http://jira.codehaus.org/browse/SONARPLUGINS-3503 for PHP
|
||
|
|
||
|
=== On 2014-03-19T15:51:12Z Dinesh Bolkensteyn Wrote:
|
||
|
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.
|
||
|
|