summaryrefslogtreecommitdiff
path: root/whitespace.sh
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-06-27 15:01:18 -0400
committerscnorton <scnorton@biociphers.org>2017-06-27 15:01:18 -0400
commit00c7dee919c8f93b8519a7eede2c41ba2ddcaf08 (patch)
tree5707f8764920abcd4cffca84c675e5c53c32559d /whitespace.sh
parent3d9eb18add0d8a9eb5bfa77fc64cd7b1f37fea5d (diff)
parent06b6cada0ddedc62063171703ba6607019751a9a (diff)
Merge branch 'master' into pokemon_data
Diffstat (limited to 'whitespace.sh')
-rwxr-xr-xwhitespace.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/whitespace.sh b/whitespace.sh
deleted file mode 100755
index 7075fbd4e..000000000
--- a/whitespace.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-if grep -Enr "\s+\$" src; then
- # Trailing whitespace detected
- exit 1
-fi