From 3a5eb3decc4c5bd60c76f333185c0e4cc98c3e3f Mon Sep 17 00:00:00 2001 From: Lukasz Gornicki Date: Mon, 25 Sep 2023 17:59:04 +0200 Subject: [PATCH] Update .sonarcloud.properties --- .sonarcloud.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 26b20cebf..aa7896589 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,2 +1 @@ -# Disable cognitive complexity in files -sonar.exclusions=library/src/components/Schema.tsx,library/src/helpers/schema.ts,library/e2e/sites/standalone-v3.html \ No newline at end of file +sonar.exclusions=library/src/components/Schema.tsx,library/src/helpers/schema.ts,library/src/containers/Error/Error.tsx,library/e2e/**/*