|
|
@ -34,7 +34,7 @@ for file in `git diff-index --cached --name-only HEAD --diff-filter=ACMR| grep " |
|
|
|
done |
|
|
|
done |
|
|
|
|
|
|
|
|
|
|
|
if [ "${check_styles}" = "1" ]; then |
|
|
|
if [ "${check_styles}" = "1" ]; then |
|
|
|
make styles |
|
|
|
make styleshint |
|
|
|
r=$? |
|
|
|
r=$? |
|
|
|
if [ $r != 0 ] ; then |
|
|
|
if [ $r != 0 ] ; then |
|
|
|
echo "=================================================================================================" |
|
|
|
echo "=================================================================================================" |
|
|
|