Skip to content

Commit

Permalink
Print lint summary in modules lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikDanielsson committed Jul 9, 2021
1 parent 45024ae commit 87d85a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nf_core/modules/lint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,9 @@ def _s(some_list):
table = format_result(self.failed, table)
console.print(table)

# Print lint summary
self.print_summary()

def print_summary(self):
def _s(some_list):
if len(some_list) > 1:
Expand Down

0 comments on commit 87d85a1

Please sign in to comment.