From 84e0c3247ff0427cf39d5de05ad08099bb531a66 Mon Sep 17 00:00:00 2001 From: mashehu Date: Fri, 31 Oct 2025 13:24:50 +0100 Subject: [PATCH 1/2] ignore nf-core components during prettier linting --- nf_core/pipeline-template/.prettierignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nf_core/pipeline-template/.prettierignore b/nf_core/pipeline-template/.prettierignore index aa0b8c2529..3c6e89c11b 100644 --- a/nf_core/pipeline-template/.prettierignore +++ b/nf_core/pipeline-template/.prettierignore @@ -20,3 +20,7 @@ bin/ {%- if rocrate %} ro-crate-metadata.json {%- endif %} +{%- if modules %} +modules/nf-core/ +subworkflows/nf-core/ +{%- endif %} From 9f00e5bed955f9895180c54b7e8c9a2aca87e602 Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Fri, 31 Oct 2025 12:26:30 +0000 Subject: [PATCH 2/2] [automated] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05cb1e2d49..68bef6b907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ ### Linting +- TEMPLATE: ignore nf-core components during prettier linting ([#3858](https://github.com/nf-core/tools/pull/3858)) + ### Modules - Add `topics` to the template + update linting ([#3779](https://github.com/nf-core/tools/pull/3779))