From 48d3d0f30bb80f6412b63d8a2d357e63ddc07825 Mon Sep 17 00:00:00 2001 From: Carlos C Soto Date: Thu, 25 May 2023 16:15:00 -0600 Subject: [PATCH] Fix sonar-project.properties exclude from package --- .gitattributes | 2 +- docs/CHANGELOG.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 381a4a0..820b8d4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -19,7 +19,7 @@ /phpcs.xml.dist export-ignore /phpstan.neon.dist export-ignore /phpunit.xml.dist export-ignore -/sonar-project.xml export-ignore +/sonar-project.properties export-ignore # Do not count these files on github code language /tests/_files/** linguist-detectable=false diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4b70149..32cdd6a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,7 +6,10 @@ Usamos [Versionado Semántico 2.0.0](SEMVER.md) por lo que puedes usar esta libr ## Cambios aún no liberados en una versión -En este momento no hay cambios no liberados. +### Cambios no liberados: 2023-02-13 + +- Se corrige la configuración de `sonar-project.properties` para excluir correctamente los archivos para pruebas. +- Se excluye correctamente el archivo `sonar-project.properties` del paquete de Git. ## Versión 3.2.3 2023-05-25