You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When linting modification are made to the .nf-core.yml the command nf-core pipelines lint does not check the subworkflows and modules. This line should be if lint_obj.lint_config and lint_obj.lint_config["nfcore_components"] is not None:, because we set all lint_config fields to None by default.
Command used and terminal output
nf-core pipelines lint
System information
No response
The text was updated successfully, but these errors were encountered:
Description of the bug
When linting modification are made to the
.nf-core.yml
the commandnf-core pipelines lint
does not check the subworkflows and modules.This line should be
if lint_obj.lint_config and lint_obj.lint_config["nfcore_components"] is not None:
, because we set all lint_config fields to None by default.Command used and terminal output
nf-core pipelines lint
System information
No response
The text was updated successfully, but these errors were encountered: