mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-02-06 07:01:52 +08:00
Remove explicit includes from flylint
This commit is contained in:
@@ -11,14 +11,7 @@
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"c-cpp-flylint.cppcheck.includePaths": [
|
||||
"${workspaceRoot}",
|
||||
"${workspaceRoot}/fibre/cpp/include/fibre",
|
||||
"${workspaceRoot}/MotorControl",
|
||||
"${workspaceRoot}/Drivers/DRV8301",
|
||||
"${workspaceRoot}/communication"
|
||||
],
|
||||
"c-cpp-flylint.cppcheck.standard": ["c99","c++14"],
|
||||
"c-cpp-flylint.cppcheck.standard": ["c99","c++17"],
|
||||
"files.associations": {
|
||||
"memory": "cpp",
|
||||
"utility": "cpp",
|
||||
|
||||
Reference in New Issue
Block a user