Skip to content

Commit 5112143

Browse files
committed
fix nf_test_content code blocks
1 parent a73af2e commit 5112143

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

nf_core/pipelines/lint/nf_test_content.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,15 @@ def nf_test_content(self) -> Dict[str, List[str]]:
5555
5656
All these checks can be skipped in the `.nf-core.yml` file using:
5757
58-
.. code-block:: groovy
58+
.. code-block:: yaml
59+
5960
lint:
6061
nf_test_content: False
6162
62-
or
63+
or
64+
65+
.. code-block:: yaml
6366
64-
.. code-block:: groovy
6567
lint:
6668
nf_test_content:
6769
- tests/<test_name>.nf.test

0 commit comments

Comments
 (0)