Add .shellcheckrc.
This commit is contained in:
parent
1de00dd07d
commit
39feb1570e
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue