From acf72075ed32e5a679d49ffedc0c28d8ac2aea8b Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 29 Mar 2022 17:20:27 +0200 Subject: chore: add nolint comments to interfaces --- src/interfaces/command.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/interfaces/command.hpp') diff --git a/src/interfaces/command.hpp b/src/interfaces/command.hpp index 6220af1..f433eab 100644 --- a/src/interfaces/command.hpp +++ b/src/interfaces/command.hpp @@ -4,6 +4,7 @@ #include +// NOLINTNEXTLINE(cppcoreguidelines-special-member-functions) class ICommand : public ISubscriber { public: -- cgit v1.2.3-18-g5258