diff options
Diffstat (limited to 'src/toolsconfig/tools.yaml')
-rw-r--r-- | src/toolsconfig/tools.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/toolsconfig/tools.yaml b/src/toolsconfig/tools.yaml new file mode 100644 index 0000000..0f9f013 --- /dev/null +++ b/src/toolsconfig/tools.yaml | |||
@@ -0,0 +1,11 @@ | |||
1 | clangTidy: | ||
2 | path: "clang-tidy.exe" | ||
3 | params: "-I C:\\Program Files\\LLVM\\lib\\clang\\17" | ||
4 | |||
5 | cppcheck: | ||
6 | path: "C:\\Users\\we-unite\\Desktop\\Project\\Project\\code\\cppcheck\\bin\\debug\\cppcheck.exe" | ||
7 | params: "--enable=all" | ||
8 | |||
9 | flawfinder: | ||
10 | path: "C:\\Users\\we-unite\\Desktop\\Project\\Project\\code\\flawfinder-2.0.19\\flawfinder-2.0.19\\flawfinder.py" | ||
11 | params: "" | ||