Files
UltraGrid/.github/scripts/Linux
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
..
2023-07-24 14:48:13 +02:00
2022-12-09 10:52:07 +01:00
2024-02-09 12:14:21 +01:00
2021-11-03 08:57:59 +01:00