From f64ab186763f34aacd435b84d593de78e71c1f2e Mon Sep 17 00:00:00 2001 From: maxulysse Date: Thu, 25 Apr 2024 12:43:32 +0200 Subject: [PATCH] fix linting exception --- .nf-core.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.nf-core.yml b/.nf-core.yml index 83dfcff..298d6e7 100644 --- a/.nf-core.yml +++ b/.nf-core.yml @@ -1,6 +1,7 @@ repository_type: pipeline lint: nextflow_config: - - params.plugins_dir + - config_defaults: + - params.plugins_dir files_unchanged: - assets/sendmail_template.txt