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/randomization.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/interfaces/randomization.hpp') diff --git a/src/interfaces/randomization.hpp b/src/interfaces/randomization.hpp index f290d5c..211360e 100644 --- a/src/interfaces/randomization.hpp +++ b/src/interfaces/randomization.hpp @@ -2,6 +2,7 @@ #include +// NOLINTNEXTLINE(cppcoreguidelines-special-member-functions) class ISeedGenerator { public: @@ -12,9 +13,7 @@ public: using ISeedGeneratorFactory = std::shared_ptr (*)(); -/** - * Pseudo-random unsigned integer generator. - */ +// NOLINTNEXTLINE(cppcoreguidelines-special-member-functions) class IRandomNumberGenerator { public: -- cgit v1.2.3-18-g5258