Skip to content

Commit

Permalink
Fix sonar-project.properties exclude from package
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipxe13 committed May 25, 2023
1 parent 35ed3e9 commit 48d3d0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 4 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 48d3d0f

Please sign in to comment.