From 2dabbc254a09be2d613ab8d9c23fec691b681bff Mon Sep 17 00:00:00 2001 From: Lukasz Gornicki Date: Mon, 16 Dec 2024 23:06:30 +0100 Subject: [PATCH] quiet sonar --- .sonarcloud.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 208c092d7..246ba1e70 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,2 +1,2 @@ #we need to explicitly exclude them as some are commit to the repo -sonar.exclusions=test/**/* +sonar.exclusions=test/**/*,__transpiled \ No newline at end of file