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/input.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/interfaces/input.hpp') diff --git a/src/interfaces/input.hpp b/src/interfaces/input.hpp index 795ade2..b71de67 100644 --- a/src/interfaces/input.hpp +++ b/src/interfaces/input.hpp @@ -6,6 +6,7 @@ #include #include +// NOLINTNEXTLINE(cppcoreguidelines-special-member-functions) class IInputHandler : public IPublisher { public: -- cgit v1.2.3-18-g5258