Add clang tidy check

Change-Id: I1c9f03e95aa0ca1977ddef84ea765222d2281b4f
diff --git a/src/entity_manager.hpp b/src/entity_manager.hpp
index a4c7511..0fbef79 100644
--- a/src/entity_manager.hpp
+++ b/src/entity_manager.hpp
@@ -72,7 +72,7 @@
     void updateSystemConfiguration(const nlohmann::json& recordRef,
                                    const std::string& probeName,
                                    FoundDevices& foundDevices);
-    void run(void);
+    void run();
     virtual ~PerformScan();
     nlohmann::json& _systemConfiguration;
     nlohmann::json& _missingConfigurations;