Skip to content

Commit 407e8ea

Browse files
authored
Merge pull request #2 from ewels/master
Change some required / warn files
2 parents 9de60a9 + 8e6996c commit 407e8ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nf_core/lint.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@ def check_files_exist (self):
5858

5959
# NB: Should all be files, not directories
6060
files_fail = [
61+
'nextflow.config',
62+
'Dockerfile',
6163
'LICENSE',
6264
'README.md',
63-
'Dockerfile',
65+
'CHANGELOG.md',
6466
'docs/README.md',
65-
'nextflow.config'
67+
'docs/output.md',
68+
'docs/usage.md',
6669
]
6770
files_warn = [
68-
'CHANGELOG.md',
6971
'main.nf',
70-
'docs/output.md',
71-
'docs/usage.md',
7272
'conf/base.config',
7373
'tests/run_test.sh'
7474
]

0 commit comments

Comments
 (0)