<div dir="ltr"><span style="font-size:12.8px">Hi,</span><div style="font-size:12.8px">So After running clang-tidy it did change some warnings very well, but some of them were fixed multiple times like:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>-    Event(const std::shared_ptr<EventRecord> &record);</div><div>+    explicit explicit Event(const std::shared_ptr<EventRecord> &record);</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>-} // ga</div><div>+} // namespace gamespace ga</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>-}</div><div>+}  // namespace ga // namespace ga  // namespace ga  // namespace ga</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>-    RecordStream<ga::Event> getRecordStream();</div><div>+    RecordStream<ga::Event> getRecordStream() override override;</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Is it known feature? Am I doing something wrong?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Piotr</div></div>