Skip to content

Commit 80939db

Browse files
committed
start fixing linting with non-nf core pipeline
1 parent bc5e5b7 commit 80939db

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.nf-core.yml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# custom linting for a non nf-core project
2+
lint:
3+
actions_awsfulltest: False
4+
files_exist:
5+
# github project things
6+
- CODE_OF_CONDUCT.md
7+
- .github/CONTRIBUTING.md
8+
- .github/ISSUE_TEMPLATE/bug_report.yml
9+
- .github/ISSUE_TEMPLATE/config.yml
10+
- .github/ISSUE_TEMPLATE/feature_request.yml
11+
- .github/PULL_REQUEST_TEMPLATE.md
12+
# docs
13+
- docs/images/nf-core-pgscatalog/pgsc_calc_logo_light.png
14+
- docs/images/nf-core-pgscatalog/pgsc_calc_logo_dark.png
15+
- docs/output.md
16+
- docs/usage.md
17+
- docs/README.md
18+
# assets
19+
- assets/email_template.html
20+
- assets/email_template.txt
21+
- assets/sendmail_template.txt
22+
- assets/nf-core-pgscatalog/pgsc_calc_logo_light.png
23+
files_unchanged:
24+
- LICENSE
25+
nextflow_config: False
26+

0 commit comments

Comments
 (0)