runastyle also formats cppcheck-errors.rng using xmllint

This commit is contained in:
amai 2018-11-05 21:14:49 +01:00
parent 9b67e680ae
commit 1244213d2e
2 changed files with 69 additions and 68 deletions

4
cppcheck-errors.rng Executable file → Normal file
View File

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<grammar ns=""
xmlns="http://relaxng.org/ns/structure/1.0"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<grammar xmlns="http://relaxng.org/ns/structure/1.0" ns="" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<start>
<element name="results">
<attribute name="version">

View File

@ -58,3 +58,6 @@ done
xmllint --format -o man/cppcheck.1.xml_ man/cppcheck.1.xml
mv -f man/cppcheck.1.xml_ man/cppcheck.1.xml
xmllint --format -o cppcheck-errors_.rng cppcheck-errors.rng
mv cppcheck-errors_.rng cppcheck-errors.rng