1
0
Fork 0
arangodb/Installation/travisCI/jslint.sh

12 lines
134 B
Bash
Executable File

#!/bin/bash
set -e
echo
echo "$0: linting ArangoDB JS"
ulimit -c unlimited -S # enable core files
make jslint
echo
echo "$0: done"