[shellcheck] Add instructions for autofix when shell lint fails
Abierto
enhancement
- Lenguaje dominante
- Dockerfile
- Estrellas
- 0
- Forks
- 8
- Merge medio
- 6 min
- PR fusionados (30 d)
- 1
Descripción
### TL;DR
Did you know you can have shellcheck auto fix your linter errors?
`shellcheck -f diff FILENAME --enable=all | git apply` !!!
When that linter fails the output should mention that to people, because it will save them time.
### Detailed design
```markdown
```
### Alternatives considered
```markdown
```
### Additional information
_No response_
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.