We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0996c82 + 6771e11 commit 255bc2dCopy full SHA for 255bc2d
src/maintainer/conda_forge_yml.rst
@@ -44,6 +44,7 @@ Top-level fields
44
* :ref:`provider`
45
* :ref:`recipe_dir`
46
* :ref:`remote_ci_setup`
47
+* :ref:`shellcheck`
48
* :ref:`skip_render`
49
* :ref:`templates`
50
* :ref:`test_on_native_only`
@@ -457,6 +458,17 @@ channel_alias if no prefix is given.
457
458
459
remote_ci_setup: "conda-forge-ci-setup=3"
460
461
+.. _shellcheck:
462
+
463
+shellcheck
464
+-----------
465
+Shell scripts used for builds or activation scripts can be linted with `shellcheck`. This is not enabled by default, but can be enabled like so:
466
467
+.. code-block:: yaml
468
469
+ shellcheck:
470
+ enabled: True
471
472
.. _skip_render:
473
474
skip_render
0 commit comments