Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Pearce <24893913+SPPearce@users.noreply.github.com>
  • Loading branch information
mirpedrol and SPPearce authored Dec 20, 2024
1 parent e00679f commit 136418f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### Linting

- Linting of pipeline LICENSE file is a warning to allow for autor/maintainer names ([#3366](https://github.com/nf-core/tools/pull/3366))
- Linting of pipeline LICENSE file is a warning to allow for author/maintainer names ([#3366](https://github.com/nf-core/tools/pull/3366))

### Modules

Expand Down
2 changes: 1 addition & 1 deletion nf_core/pipelines/lint/files_unchanged.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def _tf(file_path: Union[str, Path]) -> Path:
passed.append(f"`{f}` matches the template")
fixed.append(f"`{f}` overwritten with template file")
elif f.name in ["LICENSE", "LICENSE.md", "LICENCE", "LICENCE.md"]:
# Report LICENSE as a warning since we are not using the mainfest.author names
# Report LICENSE as a warning since we are not using the manifest.author names
# TODO: Lint the content of the LICENSE file except the line containing author names
# to allow for people to opt-in listing author/maintainer names instead of using the "nf-core community"
warned.append(f"`{f}` does not match the template")
Expand Down

0 comments on commit 136418f

Please sign in to comment.