Skip to content

Commit 37418ee

Browse files
authored
Merge pull request #3801 from mirpedrol/lint-modules-example
Override example keywords in modules test
2 parents f0e8b8d + c59c06e commit 37418ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
- Support modules with `exec:` blocks ([#3633](https://github.com/nf-core/tools/pull/3633))
2828
- feat: nf-core modules bump-version supports specifying the toolkit ([#3608](https://github.com/nf-core/tools/pull/3608))
29+
- Override example keywords in modules test ([#3801](https://github.com/nf-core/tools/pull/3801))
2930

3031
### Subworkflows
3132

tests/test_modules.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def create_modules_repo_dummy(tmp_dir):
6565
with open(str(meta_yml_path)) as fh:
6666
meta_yml = yaml.load(fh)
6767
del meta_yml["tools"][0]["bpipe"]["doi"]
68+
meta_yml["keywords"] = ["pipelines", "bioinformatics", "run"]
6869
with open(str(meta_yml_path), "w") as fh:
6970
yaml.dump(meta_yml, fh)
7071
run_prettier_on_file(fh.name)

0 commit comments

Comments
 (0)