Skip to content

Fix false warning for map config options#6359

Merged
bentsherman merged 3 commits intomasterfrom
fix-map-config-option-warning
Sep 2, 2025
Merged

Fix false warning for map config options#6359
bentsherman merged 3 commits intomasterfrom
fix-map-config-option-warning

Conversation

@bentsherman
Copy link
Member

This PR fixes a false warning reported by the strict config parser for config options that take a map, such as process.resourceLimits:

WARN: Unrecognized config option 'process.resourceLimits.cpus'

It has to do with how the config object is flattened. Instead, the validator should recognize it as a map property of the config option process.resourceLimits.

Signed-off-by: Ben Sherman <bentshermann@gmail.com>
@bentsherman bentsherman requested a review from pditommaso August 21, 2025 20:51
@netlify
Copy link

netlify bot commented Aug 21, 2025

Deploy Preview for nextflow-docs-staging ready!

Name Link
🔨 Latest commit b060022
🔍 Latest deploy log https://app.netlify.com/projects/nextflow-docs-staging/deploys/68b7195f5ae5ff00096a0417
😎 Deploy Preview https://deploy-preview-6359--nextflow-docs-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@bentsherman bentsherman added this to the 25.10 milestone Aug 25, 2025
@bentsherman bentsherman requested a review from jorgee August 26, 2025 14:18
…or.groovy

Co-authored-by: Jorge Ejarque <jorgee@users.noreply.github.com>
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
@bentsherman bentsherman requested a review from jorgee September 2, 2025 12:06
@bentsherman bentsherman merged commit 872d124 into master Sep 2, 2025
22 checks passed
@bentsherman bentsherman deleted the fix-map-config-option-warning branch September 2, 2025 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants