summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-16 01:32:59 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-16 01:36:18 -0400
commit540db8eef89299b5827bca8a5140ae0c3151181c (patch)
tree88153cb6ab790579cdd2f31273a348bf7b4c5ec7 /Makefile
parent93ba79d3eacfd1ba225d309a226540619f370b05 (diff)
run osi stuff through shellcheck
Disable SC2064 because we use @Q rather than deferred expansion. The only real issue found is adding `-r` to `read` in osi-shell.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..aa3a08d
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+lint:
+ git ls-files '*osi*'|xargs shellcheck --exclude=SC2064 --