Add .shellcheckrc.

This commit is contained in:
Cyteen May 2020-02-15 18:10:43 +00:00
parent 1de00dd07d
commit 39feb1570e
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
#!/usr/bin/env bash #!/usr/bin/env bash
apt-get install shellcheck apt-get install shellcheck
# Works with shellcheck 0.7.0 onward
cat > ${HOME}/.shellcheckrc<<EOF
disable=SC1117
EOF
#apt-get install cabal-install #apt-get install cabal-install
# #
#cabal update #cabal update