Skip to content

Commit 926a20c

Browse files
committed
Fix dead compile commands variable.
1 parent 4814964 commit 926a20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskfiles/lint-cpp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ tasks:
7575
vars:
7676
FLAGS:
7777
- "--config-file '{{.ROOT_DIR}}/.clang-tidy'"
78-
- "-p '{{.G_COMPILE_COMMANDS_DB}}'"
78+
- "-p '{{.G_YSTDLIB_BUILD_DIR}}/debug/compile_commands.json'"
7979
OUTPUT_DIR: "{{.G_LINT_CLANG_TIDY_DIR}}"
8080
ROOT_PATHS: ["{{.G_CPP_SRC_DIR}}"]
8181
VENV_DIR: "{{.G_LINT_VENV_DIR}}"

0 commit comments

Comments
 (0)