Skip to content

Commit

Permalink
Merge pull request #1493 from nf-core/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ewels authored Mar 24, 2022
2 parents 71f0cb3 + e1177e6 commit e0d00d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Very minor patch release to fix the full size AWS tests and re-run the template
- Add prettier editor extension to `gitpod.yml` in template ([#1485](https://github.com/nf-core/tools/pull/1485))
- Remove traces of markdownlint in the template ([#1486](https://github.com/nf-core/tools/pull/1486)
- Remove accidentally added line in `CHANGELOG.md` in the template ([#1487](https://github.com/nf-core/tools/pull/1487))
- Update linting to check that `.editorconfig` is there and `.yamllint.yml` isn't.

## [v2.3.1 - Mercury Vulture Formatting](https://github.com/nf-core/tools/releases/tag/2.3.1) - [2022-03-23]

Expand Down
2 changes: 2 additions & 0 deletions nf_core/lint/files_exist.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def files_exist(self):
.gitattributes
.gitignore
.nf-core.yml
.editorconfig
.prettierrc.yml
.github/.dockstore.yml
.github/CONTRIBUTING.md
Expand Down Expand Up @@ -104,6 +105,7 @@ def files_exist(self):
[".gitattributes"],
[".gitignore"],
[".nf-core.yml"],
[".editorconfig"],
[".prettierrc.yml"],
["CHANGELOG.md"],
["CITATIONS.md"],
Expand Down

0 comments on commit e0d00d3

Please sign in to comment.