mirror of
https://github.com/esphome/esphome.git
synced 2025-07-08 08:03:08 +01:00
fix clang-tidy
This commit is contained in:
@ -218,7 +218,7 @@ int main() { return 0;}
|
||||
r"(-O[0-3s]|-g|-std=[^\s]+|-Wall|-Wextra|-Werror|--[^\s]+|-f[^\s]+|-m[^\s]+|-imacros\s*[^\s]+)"
|
||||
)
|
||||
for match in flag_pattern.findall(command):
|
||||
flags.append(match)
|
||||
flags.append(match.replace("-imacros ", "-imacros"))
|
||||
return flags
|
||||
|
||||
def transform_to_idedata_format(compile_commands):
|
||||
|
Reference in New Issue
Block a user