build(ci): exclude ESM files in sonar
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 26 Dec 2023 11:39:00 +0000 (12:39 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 26 Dec 2023 11:39:00 +0000 (12:39 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
CHANGELOG.md
sonar-project.properties

index f14840c84016eb7dbae7017e5835591c66254b6b..9444be7adcabffca7b801e96cb3ea08421af915e 100644 (file)
@@ -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
index 86e3920fb8bc74c30f26c3c108a310659ea433fd..b93486af3117f5ec1d76b2b5e2e465b798acb32d 100644 (file)
@@ -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