mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-01 10:38:27 +02:00
Activate some clang-tidy checks (#1884)
This commit is contained in:
@@ -246,7 +246,7 @@ class PollingComponent : public Component {
|
||||
class Nameable {
|
||||
public:
|
||||
Nameable() : Nameable("") {}
|
||||
explicit Nameable(const std::string &name);
|
||||
explicit Nameable(std::string name);
|
||||
const std::string &get_name() const;
|
||||
void set_name(const std::string &name);
|
||||
/// Get the sanitized name of this nameable as an ID. Caching it internally.
|
||||
|
||||
Reference in New Issue
Block a user