INNER CODE UNIT · Python
local_module_exclude_tests
nf-core/tools · nf_core/components/lint/__init__.py:166
def local_module_exclude_tests(self):
return ["module_version", "module_changes", "modules_patch"]
@staticmethod
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"]