From 656c0a92ff16b4d3a43977ec002b4b90f01ef372 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sun, 20 Nov 2022 10:18:00 -0500 Subject: [PATCH] Clang tidy --- .github/workflows/clang-tidy-format.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/clang-tidy-format.yml b/.github/workflows/clang-tidy-format.yml index 4e128c9..bc7e974 100644 --- a/.github/workflows/clang-tidy-format.yml +++ b/.github/workflows/clang-tidy-format.yml @@ -35,6 +35,10 @@ jobs: style: '' # Use .clang-tidy file tidy-checks: '' + # Check the entire repo for source files to tidy + files-changed-only: false + # Ignore qtk build and external assimp directories + ignore: '.github|build|extern/assimp/assimp' # Point to compile_commands.json produced by build database: 'build' # Use thread comments as feedback