aboutsummaryrefslogtreecommitdiff
path: root/lint
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-04-09 14:29:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-04-09 14:32:40 +1200
commitcd6c4ff92b7e6da0f48abbd0e455f16cc681f80e (patch)
tree2ba90a20456b9ce7cc49406cb1035062b157dbe3 /lint
parentRestructure shell install and check (diff)
downloaddotfiles-cd6c4ff92b7e6da0f48abbd0e455f16cc681f80e.tar.gz
dotfiles-cd6c4ff92b7e6da0f48abbd0e455f16cc681f80e.zip
Add xinitrc.d script checks
Diffstat (limited to 'lint')
-rw-r--r--lint/xinit.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lint/xinit.sh b/lint/xinit.sh
new file mode 100644
index 00000000..b5ff6937
--- /dev/null
+++ b/lint/xinit.sh
@@ -0,0 +1 @@
+find X -type f \( -name xinitrc -o -name '*.sh' \) -print -exec shellcheck -e SC1090 -s sh -- {} +