INNER CODE UNIT · Python
get_all_module_lint_tests
nf-core/tools · nf_core/components/lint/__init__.py:170
def get_all_module_lint_tests(is_pipeline):
if is_pipeline:
return [
"environment_yml",
"module_patch",
"module_version",
"main_nf",
"meta_yml",
"module_todos",
"module_deprecations",
"module_changes",
]
else:
return ["environment_yml", "main_nf", "meta_yml", "module_todos", "module_deprecations", "module_tests"]
@staticmethod
def get_all_subworkflow_lint_tests(is_pipeline):
if is_pipeline: