mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-09 04:52:29 +08:00
Fix #707 - Fix some duplicate tags, and add some code to check for them
This commit is contained in:
@@ -194,6 +194,14 @@ if ((run_custom_checks)); then
|
||||
docker run -a stdout "${DOCKER_FLAGS[@]}" ./custom-checks . || EXIT=$?
|
||||
set +o pipefail
|
||||
echo
|
||||
|
||||
echo '========================================'
|
||||
echo 'Checking for duplicate tags'
|
||||
echo '========================================'
|
||||
echo 'Duplicate tags follow:'
|
||||
echo
|
||||
|
||||
grep --exclude=tags -roh '\*.*\*$' doc | sort | uniq -d || EXIT=$?
|
||||
fi
|
||||
|
||||
exit $EXIT
|
||||
|
||||
Reference in New Issue
Block a user