Skip to content

Commit 9b646fe

Browse files
committed
Remove files_unchanged after template update
1 parent 259485d commit 9b646fe

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Learn more about contributing: [CONTRIBUTING.md](https://github.com/nf-core/chip
1717
- [ ] If you've fixed a bug or added code that should be tested, add tests!
1818
- [ ] If you've added a new tool - have you followed the pipeline conventions in the [contribution docs](https://github.com/nf-core/chipseq/tree/master/.github/CONTRIBUTING.md)
1919
- [ ] If necessary, also make a PR on the nf-core/chipseq _branch_ on the [nf-core/test-datasets](https://github.com/nf-core/test-datasets) repository.
20-
- [ ] Make sure your code lints (`nf-core lint`).
20+
- [ ] Make sure your code lints (`nf-core pipelines lint`).
2121
- [ ] Ensure the test suite passes (`nextflow run . -profile test,docker --outdir <OUTDIR>`).
2222
- [ ] Check for unexpected warnings in debug mode (`nextflow run . -profile debug,test,docker --outdir <OUTDIR>`).
2323
- [ ] Usage Documentation in `docs/usage.md` is updated.

.nf-core.yml

-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,3 @@ lint:
55
- config_defaults:
66
- params.bamtools_filter_se_config
77
- params.bamtools_filter_pe_config
8-
files_unchanged:
9-
- .github/CONTRIBUTING.md
10-
- .github/workflows/branch.yml
11-
- .github/workflows/linting_comment.yml
12-
- .github/workflows/linting.yml

0 commit comments

Comments
 (0)