From: Jérôme Benoit Date: Tue, 26 Dec 2023 11:39:00 +0000 (+0100) Subject: build(ci): exclude ESM files in sonar X-Git-Tag: v3.1.12-0~8 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f4ef37a82924304244d39bdf473255e34eed15ec;p=poolifier.git build(ci): exclude ESM files in sonar Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index f14840c8..9444be7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Fix tasks redistribution triggers at pool destroying. + ## [3.1.11] - 2023-12-24 ### Fixed diff --git a/sonar-project.properties b/sonar-project.properties index 86e3920f..b93486af 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,5 +1,6 @@ sonar.projectKey=poolifier_poolifier sonar.organization=poolifier +sonar.javascript.exclusions=lib/**/*.mjs sonar.javascript.lcov.reportPaths=coverage/lcov.info sonar.projectName=poolifier sonar.projectVersion=3.1.11