devutils: Add check_all_code.sh and reduce code check verbosity

This commit is contained in:
Eloston
2020-03-08 05:02:02 +00:00
parent 1dd09cfd20
commit 2417d05533
6 changed files with 27 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -eux
set -eu
_root_dir=$(dirname $(dirname $(readlink -f $0)))
cd ${_root_dir}/devutils