Skip to content

Fix lint reporting of excluded paths#7354

Open
bentsherman wants to merge 1 commit into
masterfrom
6945-fix-cmd-lint-exclude
Open

Fix lint reporting of excluded paths#7354
bentsherman wants to merge 1 commit into
masterfrom
6945-fix-cmd-lint-exclude

Conversation

@bentsherman

Copy link
Copy Markdown
Member

Fix #6945

The lint command -exclude option did not account for the fact that the linting process can pick up additional files via includes. These included files were not filtered against the exclude patterns. Additionally, they were reported by absolute path instead of relative path

This PR fixes both issues. Source files are filtered again after linting and prior to reporting, and they are reported by relative path

Signed-off-by: Ben Sherman <bentshermann@gmail.com>
@bentsherman
bentsherman requested a review from jorgee July 17, 2026 04:22
@netlify

netlify Bot commented Jul 17, 2026

Copy link
Copy Markdown

Deploy Preview for nextflow-docs ready!

Name Link
🔨 Latest commit f40a46f
🔍 Latest deploy log https://app.netlify.com/projects/nextflow-docs/deploys/6a59adedd1aa520008ed78e7
😎 Deploy Preview https://deploy-preview-7354--nextflow-docs.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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

nextflow lint -exclude misses some cases when absolute paths are reported

1 participant