mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
Enable a bunch of clang-tidy checks (#2149)
This commit is contained in:
@@ -649,7 +649,7 @@ def build_message_type(desc):
|
||||
o += f" {dump[0]} "
|
||||
else:
|
||||
o += "\n"
|
||||
o += f" char buffer[64];\n"
|
||||
o += f" __attribute__((unused)) char buffer[64];\n"
|
||||
o += f' out.append("{desc.name} {{\\n");\n'
|
||||
o += indent("\n".join(dump)) + "\n"
|
||||
o += f' out.append("}}");\n'
|
||||
|
Reference in New Issue
Block a user