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/game.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/interfaces/game.hpp') diff --git a/src/interfaces/game.hpp b/src/interfaces/game.hpp index 6836dbd..3e547f5 100644 --- a/src/interfaces/game.hpp +++ b/src/interfaces/game.hpp @@ -8,6 +8,7 @@ #include #include +// NOLINTNEXTLINE(cppcoreguidelines-special-member-functions) class IGame { public: -- cgit v1.2.3-18-g5258