JS: add newline removal whitelist for js/incomplete-sanitization

This commit is contained in:
Esben Sparre Andreasen
2019-04-11 08:11:49 +02:00
parent bdbd00e046
commit ac0913c878
2 changed files with 17 additions and 2 deletions

View File

@@ -25,7 +25,6 @@
| tst.js:140:2:140:27 | s.repla ... replace | This replaces only the first occurrence of /}/. |
| tst.js:141:2:141:10 | s.replace | This replaces only the first occurrence of ']'. |
| tst.js:141:2:141:27 | s.repla ... replace | This replaces only the first occurrence of '['. |
| tst.js:146:2:146:68 | require ... replace | This replaces only the first occurrence of "\\n". |
| tst.js:148:2:148:10 | x.replace | This replaces only the first occurrence of "\\n". |
| tst.js:149:2:149:24 | x.repla ... replace | This replaces only the first occurrence of "\\n". |
| tst.js:193:9:193:17 | s.replace | This replaces only the first occurrence of /'/. |