mirror of
https://github.com/esphome/esphome.git
synced 2025-09-24 14:12:24 +01:00
[code-quality] fix clang-tidy web server (#7230)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
@@ -134,6 +134,7 @@ class OTARequestHandler : public AsyncWebHandler {
|
||||
return request->url() == "/update" && request->method() == HTTP_POST;
|
||||
}
|
||||
|
||||
// NOLINTNEXTLINE(readability-identifier-naming)
|
||||
bool isRequestHandlerTrivial() override { return false; }
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user