Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add linting for ifEmpty(null) #3411

Merged
merged 12 commits into from
Jan 27, 2025
Prev Previous commit
Next Next commit
Merge branch 'dev' into add_linting_for_ifEmpty_null_dev
mashehu authored Jan 21, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit e3db52decca5842e943d3a004edba3b6d44c3ebd
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,9 @@

### Linting

- Add linting for ifEmpty(null) ([#3411](https://github.com/nf-core/tools/pull/3411))


### Modules

### Subworkflows
@@ -88,7 +91,8 @@
### Linting

- allow mixed `str` and `dict` entries in lint config ([#3228](https://github.com/nf-core/tools/pull/3228))
- Add linting for ifEmpty(null) ([#3411](https://github.com/nf-core/tools/pull/3411))
- fix `meta_yml` linting test failing due to `module.process_name` always being `""` ([#3317](https://github.com/nf-core/tools/pull/3317))
- fix module section regex matching wrong things ([#3321](https://github.com/nf-core/tools/pull/3321))

### Modules

You are viewing a condensed version of this merge commit. You can view the full changes here.