Decativate 'make validateRules'

This commit is contained in:
orbitcowboy 2022-06-21 17:14:53 +02:00
parent 6f303ce61c
commit 49ffe80f75
2 changed files with 2 additions and 2 deletions

View File

@ -389,7 +389,7 @@ checkCWEEntries: /tmp/errorlist.xml
$(PYTHON_INTERPRETER) tools/listErrorsWithoutCWE.py -F /tmp/errorlist.xml
.PHONY: validateRules
validateRules:
xmllint --noout rules/*.xml
#xmllint --noout rules/*.xml
###### Build

View File

@ -503,7 +503,7 @@ int main(int argc, char **argv)
fout << "\t$(PYTHON_INTERPRETER) tools/listErrorsWithoutCWE.py -F /tmp/errorlist.xml\n";
fout << ".PHONY: validateRules\n";
fout << "validateRules:\n";
fout << "\txmllint --noout rules/*.xml\n";
fout << "\t#xmllint --noout rules/*.xml\n";
fout << "\n###### Build\n\n";