INNER CODE UNIT · Python
ModuleLint
nf-core/tools · nf_core/modules/lint/__init__.py:42
class ModuleLint(ComponentLint):
"""
An object for linting modules either in a clone of the 'nf-core/modules'
repository or in any nf-core pipeline directory
"""
# Import lint functions
environment_yml = lint_environment_yml
main_nf = main_nf
meta_yml = meta_yml
obtain_inputs = obtain_inputs
obtain_outputs = obtain_outputs
obtain_topics = obtain_topics
read_meta_yml_patched = read_meta_yml_patched
module_changes = module_changes
module_deprecations = module_deprecations
module_patch = module_patch
module_tests = module_tests