mirror of
https://github.com/esphome/esphome.git
synced 2026-09-02 19:16:06 +00:00
b0ac9477df2a92044cf08a08a709c4549270cbd6
The previous narrow NOLINT only wrapped the sorting_groups JSON loop. Now that the function is invoked through an extra call layer (loop() -> adopt_pending_sessions_main_loop_ -> start_session_main_loop_), clang-analyzer traces a leak path through ws->get_config_json() as well -- also a false positive inside ArduinoJson's VariantData. Move the NOLINTBEGIN/NOLINTEND to bracket the entire function body.
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
614 MiB
Languages
C++
56.1%
Python
43.3%
C
0.3%
JavaScript
0.2%
