Updated Contrib (markdown)

Vidar Holen
2020-06-28 19:47:12 -07:00
parent ed70dcfc04
commit 92ae5d57fa

@@ -25,6 +25,17 @@ This works on Docker for Mac as well as a linux system running docker. I have t
No modification of my editor settings was needed for this to integrate (I checked Vim through syntastic and VSCode). No modification of my editor settings was needed for this to integrate (I checked Vim through syntastic and VSCode).
### Windows Git-bash Docker wrapper script
[@pletnes says](https://github.com/koalaman/shellcheck/issues/1978):
>I'd like to have a documented how-to for beginners on windows. Personally, I use docker in git-bash. I don't know if this is a "common setup". I came up with this first attempt, which could go into the wiki
```sh
#!/bin/bash
exec docker run --rm -v "$(cygpath -aw .):/mnt" koalaman/shellcheck:stable "$@"
```
### Emacs auto-fix script ### Emacs auto-fix script
By [@matthewpersico](https://github.com/matthewpersico) By [@matthewpersico](https://github.com/matthewpersico)