Commit graph

4 commits

Author SHA1 Message Date
Edmund Miller
f080015754
Prettier (#1405)
* style: Add prettier config files

* build: Add prettier vscode extension

* ci: Replace markdownlint and yamllint with prettier

* style: Run prettier

* style: Use indent of 2 for markdown as well

https://github.com/nf-core/tools/pull/1470#issuecomment-1071028358

* style: Fix indent

* style: Let editorconfig take over tab widths

* style: yaml => yml

* ci: Run prettier once

Co-authored-by: Phil Ewels <phil.ewels@scilifelab.se>

Co-authored-by: Phil Ewels <phil.ewels@scilifelab.se>
2022-03-18 14:27:50 +01:00
Matthias Hörtenhuber
e745e167c1
Fix formatting in yaml files, add yamllint config (#1279)
* fix yml formatting

* allow fastq.gz and fq.gz as file input, add meta.yml and test

* fix yaml files

* Revert "allow fastq.gz and fq.gz as file input, add meta.yml and test"

This reverts commit 34002d7a7a8c7f7bb4600c3377f35c87849f71a4.

* prettier magic!

* fix comments for yamllint

* remove node version number

* fix linting errors

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2022-02-15 11:15:27 +00:00
Mahesh Binzer-Panchal
601c6e2023
Update gitpod config to use nf-core gitpod image and include extensions. (#1253) 2022-02-02 17:31:32 +01:00
Mahesh Binzer-Panchal
754701fb3a
Add Gitpod environment to modules to allow pytest-workflow testing. (#1151)
* Add Gitpod Env

* Add Gitpod Env

* Change Gitpod to install only Nextflow and pytest-workflow

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-12-17 09:32:33 +00:00