File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2727from nf_core import __version__
2828from nf_core .components .lint import ComponentLint
2929from nf_core .pipelines .lint_utils import console
30- from nf_core .utils import NFCoreYamlConfig , NFCoreYamlLintConfig , strip_ansi_codes
30+ from nf_core .utils import NFCoreYamlLintConfig , strip_ansi_codes
3131from nf_core .utils import plural_s as _s
3232
3333from .actions_awsfulltest import actions_awsfulltest
Original file line number Diff line number Diff line change @@ -1244,6 +1244,8 @@ class NFCoreYamlLintConfig(BaseModel):
12441244 """ Lint for version consistency """
12451245 included_configs : Optional [bool ] = None
12461246 """ Lint for included configs """
1247+ local_component_structure : Optional [bool ] = None
1248+ """ Lint local components use correct structure mirroring remote"""
12471249
12481250 def __getitem__ (self , item : str ) -> Any :
12491251 return getattr (self , item )
You can’t perform that action at this time.
0 commit comments