From da6c3e5e0341f3816724ed1abc16036c0b805dd8 Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Fri, 29 Sep 2023 15:24:26 +0100 Subject: [PATCH] ci: Join two calls to check-style-clang-format.py in one line --- utils/tests/gitlab-ci-doc.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/tests/gitlab-ci-doc.yml b/utils/tests/gitlab-ci-doc.yml index e3ac3ac2d..f0d0b5076 100644 --- a/utils/tests/gitlab-ci-doc.yml +++ b/utils/tests/gitlab-ci-doc.yml @@ -46,8 +46,7 @@ doxygen: # - doc/doxygen.warnings.report.sh -f "$CHANGED_FILES" - doc/doxygen.warnings.report.sh # Just need to check doc/introspected-command-line.h and doc/introspected-doxygen.h - - python3 utils/check-style-clang-format.py --no-formatting --no-tabs doc/introspected-doxygen.h - - python3 utils/check-style-clang-format.py --no-formatting --no-tabs doc/introspected-command-line.h + - python3 utils/check-style-clang-format.py --no-formatting --no-tabs doc/introspected-doxygen.h doc/introspected-command-line.h - ./ns3 clean # - doxygen doc/doxygen.conf # - mv doc/html/ public/doxygen