From 3d146e9c7b0749ddb760daba4b61fa466594d0fd Mon Sep 17 00:00:00 2001 From: Ean Milligan Date: Tue, 8 Jul 2025 02:44:15 -0400 Subject: [PATCH] remove exclusions for nonexistant files --- .sonarcloud.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index cf0f91f..6bded21 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -12,5 +12,4 @@ sonar.exclusions=emojis sonar.sourceEncoding=UTF-8 # Exclusions for copy-paste detection -# src/commands/rollHelp.ts, src/commands/rollDecorators.ts are excluded to get rid of the duplicate code compliant. Sonar does not like you initializing JSON in ts files. -sonar.cpd.exclusions=src/commands/rollHelp.ts,src/commands/rollDecorators.ts \ No newline at end of file +#sonar.cpd.exclusions= \ No newline at end of file