We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4814964 commit 926a20cCopy full SHA for 926a20c
taskfiles/lint-cpp.yaml
@@ -75,7 +75,7 @@ tasks:
75
vars:
76
FLAGS:
77
- "--config-file '{{.ROOT_DIR}}/.clang-tidy'"
78
- - "-p '{{.G_COMPILE_COMMANDS_DB}}'"
+ - "-p '{{.G_YSTDLIB_BUILD_DIR}}/debug/compile_commands.json'"
79
OUTPUT_DIR: "{{.G_LINT_CLANG_TIDY_DIR}}"
80
ROOT_PATHS: ["{{.G_CPP_SRC_DIR}}"]
81
VENV_DIR: "{{.G_LINT_VENV_DIR}}"
0 commit comments