From f4ef37a82924304244d39bdf473255e34eed15ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 26 Dec 2023 12:39:00 +0100 Subject: [PATCH] build(ci): exclude ESM files in sonar MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- CHANGELOG.md | 4 ++++ sonar-project.properties | 1 + 2 files changed, 5 insertions(+) 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 -- 2.34.1