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:
parent
b031531e79
commit
8e3c1dbd11
4 changed files with 353 additions and 197 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue