From 91b46e4324518cbc486020d1a3c16e343c4d1ac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Fri, 17 Jan 2025 10:53:36 -0300 Subject: [PATCH] sonarcloud: add configuration. SonarCloud doesn't like macros for constants, and the hw/ files are full of them. We should also indicate where tests are located. --- .sonarcloud.properties | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .sonarcloud.properties diff --git a/.sonarcloud.properties b/.sonarcloud.properties new file mode 100644 index 0000000..e8accfa --- /dev/null +++ b/.sonarcloud.properties @@ -0,0 +1,2 @@ +sonar.exclusions = modules/hw/*,util/tests/* +sonar.tests = util/tests/