Description of the bug
I have the following in my .nf-core.yml:
lint:
included_configs: false
When I run nf-core pipelines lint I get:
WARNING Found unrecognised test name 'included_configs' in pipeline lint config
But I don't get this warning with nf-core pipelines lint --release.
I would expect that this should be a recognised test name in both cases, even if the test is not applied in both cases?
Command used and terminal output
System information
No response