Files
UltraGrid/.github/scripts
Martin Pulec b73edbf575 scripts: remove SC2140 disable
It is not needed to split the string like this:
```
a="potentially long string on"\
"multiple lines"
```
but it is better rather to put the '\' inside the string:
```
a="potentially long string on\
multiple lines"
```
2024-02-09 12:14:21 +01:00
..
2024-02-09 12:14:21 +01:00
2024-02-09 12:14:21 +01:00
2023-05-02 08:41:35 +02:00
2023-09-01 13:50:50 +02:00
2022-08-23 13:19:08 +02:00
2022-08-23 13:19:08 +02:00