nf-core / tools

Python package with helper tools for the nf-core community.
https://nf-co.re
MIT License
242 stars 191 forks source link

Allow skipping linting of specific subworkflows #3278

Open mirpedrol opened 1 week ago

mirpedrol commented 1 week ago

Description of feature

The linting of nf-core modules and subworkflows can be skipped with subworkflows_changes: false or modules_changes: false. We should allow passing a list of modules or subworkflows to skip specific components.

lint:
    modules_changes:
        - fastqc
        - multiqc