summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-03-08 13:30:00 -0600
committermo khan <mo.khan@gmail.com>2020-03-08 13:30:00 -0600
commit92a1cd769e96a965c82a624997acf17435bee9d9 (patch)
tree417fed2185e770546fe1bfeef192bbdbefd03c19 /bin
parent3e952369ba4db8a166540a167ac1a0a951d75849 (diff)
Remove setup from lint script
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lint2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/lint b/bin/lint
index 7814dba..97cb1c3 100755
--- a/bin/lint
+++ b/bin/lint
@@ -4,8 +4,6 @@ set -e
cd "$(dirname "$0")/.."
-./bin/setup
-
shellcheck bin/*
shellcheck config/.bashrc
shellcheck config/.profile