From 8547668075977767d636796417e4fc6c2837a63b Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Fri, 14 Apr 2023 20:33:04 +0100 Subject: [PATCH] ci: Enable --verbose in check-style-clang-format job --- utils/tests/gitlab-ci-code-linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/tests/gitlab-ci-code-linting.yml b/utils/tests/gitlab-ci-code-linting.yml index daccc85f7..d626909f5 100644 --- a/utils/tests/gitlab-ci-code-linting.yml +++ b/utils/tests/gitlab-ci-code-linting.yml @@ -12,7 +12,7 @@ check-style-clang-format: python3 clang-format-14 script: - - python3 utils/check-style-clang-format.py . + - python3 utils/check-style-clang-format.py --verbose . timeout: 1h # Clang-tidy