Remove old lint targets
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
result=$( go fmt $@ )
|
||||
if [[ $result != "" ]]; then
|
||||
>&2 echo "The following files are not formatted correctly: $result"
|
||||
exit 1
|
||||
fi
|
Reference in New Issue
Block a user