mirror of
https://github.com/esphome/esphome.git
synced 2026-08-22 22:26:21 +00:00
Refactor clang-tidy script to use actual compiler flags and includes (#2133)
Co-authored-by: Otto winter <otto@otto-winter.com>
This commit is contained in:
co-authored by
Otto winter
parent
926bcc71ae
commit
bf5f846fc6
Vendored
+1
-1
@@ -10,7 +10,7 @@
|
||||
{
|
||||
"label": "clang-tidy",
|
||||
"type": "shell",
|
||||
"command": "test -f .gcc-flags.json || pio init --silent --ide atom; ./script/clang-tidy",
|
||||
"command": "./script/clang-tidy",
|
||||
"problemMatcher": [
|
||||
{
|
||||
"owner": "clang-tidy",
|
||||
|
||||
Reference in New Issue
Block a user