Destroyed SC1042 (markdown)

ritchiepapirin
2023-10-09 05:39:00 +00:00
parent e749cf9876
commit ad25e881d3

@@ -1,22 +0,0 @@
## Close matches include `-eof` (!= `eof`).
### Problematic code:
```bash
#!/bin/bash
cat <<-eof
Hello World
-eof
```
### Correct code:
```bash
#!/bin/bash
cat <<- eof
Hello World
eof
```
## Rationale:
See companion error [[SC1041]]. This error occurs at the same time it.