Open mirpedrol opened 1 week ago
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.
subworkflows_changes: false
modules_changes: false
lint: modules_changes: - fastqc - multiqc
Description of feature
The linting of nf-core modules and subworkflows can be skipped with
subworkflows_changes: false
ormodules_changes: false
. We should allow passing a list of modules or subworkflows to skip specific components.