diff --git a/Server/detekt.yml b/Server/detekt.yml index 6a18854c9..f66960704 100644 --- a/Server/detekt.yml +++ b/Server/detekt.yml @@ -285,7 +285,7 @@ exceptions: - 'Throwable' allowedExceptionNameRegex: '_|(ignore|expected).*' TooGenericExceptionThrown: - active: true + active: false exceptionNames: - 'Error' - 'Exception'