Remove explicit includes from flylint

This commit is contained in:
Paul Guenette
2019-05-19 22:24:24 +02:00
parent ae0a2a1923
commit 4f7f35e753

View File

@@ -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",