Fix - #883 Document linting behavior better, sync up the lists of supported tools, andautomatically demand that they stay in sync

This commit is contained in:
w0rp 2017-08-28 22:05:12 +01:00
parent b031531e79
commit 8e3c1dbd11
4 changed files with 353 additions and 197 deletions

View file

@ -235,6 +235,14 @@ if ((run_custom_checks)); then
<(grep --exclude=tags -roh "\*$tag_regex\*" doc | sort -u | sed 's/*//g') \
<(grep --exclude=tags -roh "|$tag_regex|" doc | sort -u | sed 's/|//g') \
| grep '^+[^+]' && EXIT=1
echo '========================================'
echo 'diff README.md and doc/ale.txt tables'
echo '========================================'
echo 'Differences follow:'
echo
./check-supported-tools-tables || EXIT=$?
fi
exit $EXIT