Rubocop can fail to notify you if your project path is incorrect

This commit is contained in:
Mark McDonnell 2016-04-18 14:40:06 +01:00
parent 3a28e43fea
commit 70f045b3f4
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ if [ $? -ne 0 ]; then
exit 1
fi
app="$(git rev-parse --show-toplevel)/src"
# BE CAREFUL HERE...
app="$(git rev-parse --show-toplevel)/src" # check /src either exists or doesn't need to be changed
errors=$(\
docker run \