Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 677 Bytes

File metadata and controls

15 lines (12 loc) · 677 Bytes
title subtitle menu
Pass lint tests
The pipeline must not have any failures in the `nf-core lint` tests
main
weight
130

In order to automate and standardise the nf-core best practices, we have built a code linting tool. These tests are run by the nf-core/tools package. The nf-core lint command must be run by continuous integration tests on GitHub Actions and must be passing before release.

You can see the list of tests and how to pass them on the error codes page.

In some exceptional circumstances, it is ok to ignore certain tests using nf-core.yml, if agreed upon by the community.