Skip to content

Commit

Permalink
Remove clang-tidy feature
Browse files Browse the repository at this point in the history
- This new feature would present false error messages even when trying to undefine all windows-specific internal #defines.  Therefore it is not worth adding for the benefit of implicit function warnings alone.
  • Loading branch information
Jake-Carter committed Feb 24, 2023
1 parent 5be258e commit 7f68625
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 66 deletions.
9 changes: 0 additions & 9 deletions MaximSDK/Inject/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@
"xPack_GCC_path":"${config:MAXIM_PATH}/Tools/xPack/riscv-none-embed-gcc/${config:v_xPack_GCC}",
"Make_path":"${config:MAXIM_PATH}/Tools/MSYS2/usr/bin",

"C_Cpp.codeAnalysis.clangTidy.enabled": false,
"C_Cpp.codeAnalysis.runAutomatically": false,
"C_Cpp.codeAnalysis.clangTidy.checks.enabled": [
"clang-analyzer-*"
],
"C_Cpp.default.forcedInclude": [
"./.vscode/workaround.h"
],

"C_Cpp.default.includePath": [
"${workspaceFolder}",
"${workspaceFolder}/**",
Expand Down
19 changes: 0 additions & 19 deletions MaximSDK/Inject/.vscode/workaround.h

This file was deleted.

9 changes: 0 additions & 9 deletions MaximSDK/New_Project/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@
"xPack_GCC_path":"${config:MAXIM_PATH}/Tools/xPack/riscv-none-embed-gcc/${config:v_xPack_GCC}",
"Make_path":"${config:MAXIM_PATH}/Tools/MSYS2/usr/bin",

"C_Cpp.codeAnalysis.clangTidy.enabled": false,
"C_Cpp.codeAnalysis.runAutomatically": false,
"C_Cpp.codeAnalysis.clangTidy.checks.enabled": [
"clang-analyzer-*"
],
"C_Cpp.default.forcedInclude": [
"./.vscode/workaround.h"
],

"C_Cpp.default.includePath": [
"${workspaceFolder}",
"${workspaceFolder}/**",
Expand Down
9 changes: 0 additions & 9 deletions MaximSDK/Template/.vscode/templatesettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@
"xPack_GCC_path":"##__XPACK_GCC_PATH__##",
"Make_path":"##__MAKE_PATH__##",

"C_Cpp.codeAnalysis.clangTidy.enabled": false,
"C_Cpp.codeAnalysis.runAutomatically": false,
"C_Cpp.codeAnalysis.clangTidy.checks.enabled": [
"clang-analyzer-*"
],
"C_Cpp.default.forcedInclude": [
"./.vscode/workaround.h"
],

"C_Cpp.default.includePath": [
"##__I_PATHS__##"
],
Expand Down
19 changes: 0 additions & 19 deletions MaximSDK/Template/.vscode/workaround.h

This file was deleted.

1 change: 0 additions & 1 deletion maintain.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def sync():
shutil.copy(inject_dir.joinpath("launch.json"), template_dir)
shutil.copy(inject_dir.joinpath("c_cpp_properties.json"), template_dir)
shutil.copy(inject_dir.joinpath("tasks.json"), template_dir)
shutil.copy(inject_dir.joinpath("workaround.h"), template_dir)
shutil.copy(inject_dir.joinpath("flash.gdb"), template_dir)
shutil.copy(_vscode_dir.joinpath("README.md"), template_dir)

Expand Down

0 comments on commit 7f68625

Please sign in to comment.