Enable readability-qualified-auto check (#3095)

This commit is contained in:
Oxan van Leeuwen
2022-01-23 08:29:58 +01:00
committed by GitHub
parent 7854522792
commit a31700e16f
34 changed files with 59 additions and 58 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ void TeleInfo::loop() {
}
}
void TeleInfo::publish_value_(const std::string &tag, const std::string &val) {
for (auto element : teleinfo_listeners_) {
for (auto *element : teleinfo_listeners_) {
if (tag != element->tag)
continue;
element->publish_val(val);