Update runastyle (#1421)
Try to format cppcheck.1.xml via xmllint as suggested in https://github.com/danmar/cppcheck/pull/1420
This commit is contained in:
parent
9cf092657c
commit
9306027987
|
@ -1,3 +1,4 @@
|
|||
|
||||
#!/bin/bash
|
||||
# The version check in this script is used to avoid commit battles
|
||||
# between different developers that use different astyle versions as
|
||||
|
@ -54,3 +55,6 @@ do
|
|||
xmllint --format -o ${PLATFORMFILE}_ ${PLATFORMFILE}
|
||||
mv -f ${PLATFORMFILE}_ ${PLATFORMFILE}
|
||||
done
|
||||
|
||||
xmllint --format -o man/cppcheck.1.xml_ man/cppcheck.1.xml
|
||||
mv -f man/cppcheck.1.xml_ man/cppcheck.1.xml
|
||||
|
|
Loading…
Reference in New Issue