Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
mahesh-panchal committed Feb 4, 2022
1 parent be163e5 commit e4dfe44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/modules/lint/main_nf.py
Original file line number Diff line number Diff line change
@@ -177,7 +177,7 @@ def check_process_section(self, lines):
if all([x.upper() for x in self.process_name]):
self.passed.append(("process_capitals", "Process name is in capital letters", self.main_nf))
else:
self.failed.append(("process_capitals", "Process name is not in capitial letters", self.main_nf))
self.failed.append(("process_capitals", "Process name is not in capital letters", self.main_nf))

# Check that process labels are correct
correct_process_labels = ["process_low", "process_medium", "process_high", "process_long"]

0 comments on commit e4dfe44

Please sign in to comment.