Skip to content

Commit 49ffe80

Browse files
committed
Decativate 'make validateRules'
1 parent 6f303ce commit 49ffe80

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ checkCWEEntries: /tmp/errorlist.xml
389389
$(PYTHON_INTERPRETER) tools/listErrorsWithoutCWE.py -F /tmp/errorlist.xml
390390
.PHONY: validateRules
391391
validateRules:
392-
xmllint --noout rules/*.xml
392+
#xmllint --noout rules/*.xml
393393

394394
###### Build
395395

tools/dmake.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ int main(int argc, char **argv)
503503
fout << "\t$(PYTHON_INTERPRETER) tools/listErrorsWithoutCWE.py -F /tmp/errorlist.xml\n";
504504
fout << ".PHONY: validateRules\n";
505505
fout << "validateRules:\n";
506-
fout << "\txmllint --noout rules/*.xml\n";
506+
fout << "\t#xmllint --noout rules/*.xml\n";
507507

508508
fout << "\n###### Build\n\n";
509509

0 commit comments

Comments
 (0)