From 914fda7b95fd26767a9eef0eddd6b702f79dcb2e Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Tue, 23 Mar 2021 15:39:49 +0100 Subject: [PATCH 1/3] Make functions template pass EC lint editorconfig in the modules repository expects a blank line at the end of the file. --- nf_core/module-template/software/functions.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nf_core/module-template/software/functions.nf b/nf_core/module-template/software/functions.nf index 646c0ff1f..f177f0c87 100644 --- a/nf_core/module-template/software/functions.nf +++ b/nf_core/module-template/software/functions.nf @@ -57,4 +57,4 @@ def saveFiles(Map args) { return "${getPathFromList(path_list)}/$args.filename" } } -} \ No newline at end of file +} From 2b0e244193dccca966506f22acc5dc0d0e09f5e0 Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Tue, 23 Mar 2021 15:41:09 +0100 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d354c50ab..ee9acc560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # nf-core/tools: Changelog +* Make module template pass the EC linter + ## [v1.13.2 - Copper Crocodile CPR :crocodile: :face_with_head_bandage:](https://github.com/nf-core/tools/releases/tag/1.13.2) - [2021-03-23] * Added better logging message if a user doesn't specificy the directory correctly with `nf-core modules` commands [[#942](https://github.com/nf-core/tools/pull/942)] From 614753abfdea84c860a9aa67cba3eec4b00d5dcc Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Tue, 23 Mar 2021 15:41:29 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee9acc560..eaac7d376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # nf-core/tools: Changelog -* Make module template pass the EC linter +* Make module template pass the EC linter [#953] ## [v1.13.2 - Copper Crocodile CPR :crocodile: :face_with_head_bandage:](https://github.com/nf-core/tools/releases/tag/1.13.2) - [2021-03-23]