Skip to content

Commit a5e3404

Browse files
committed
Code cleanup
1 parent 5351dd2 commit a5e3404

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/check_all_urls.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ set -euo pipefail
55
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
66
ROOT_DIR="$( cd "${SCRIPT_DIR}/.." &> /dev/null && pwd )"
77

8-
check_file () {
9-
echo "$1"
10-
}
118
pushd "${ROOT_DIR}"
129
git ls-files --recurse-submodules --exclude-standard --full-name | grep -v 'package-lock.json$' | python "${SCRIPT_DIR}/check-urls.py"
1310
popd

0 commit comments

Comments
 (0)