enabled clazy copyable-polymorphic check

This commit is contained in:
silverqx
2022-05-24 22:44:57 +02:00
parent d7316a0e17
commit ccb660a7c5
22 changed files with 24 additions and 26 deletions
@@ -13,7 +13,7 @@ namespace Orm::Exceptions
{
/*! TinyORM invalid template argument exception. */
class InvalidTemplateArgumentError : public InvalidArgumentError
class InvalidTemplateArgumentError : public InvalidArgumentError // clazy:exclude=copyable-polymorphic
{
/*! Inherit constructors. */
using InvalidArgumentError::InvalidArgumentError;