From eec944cdf7d14cf656c047885010d63a3d9ed3e6 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Thu, 30 Jul 2020 13:37:55 +0300 Subject: CONTRIBUTING.rst: use make lint to run shellcheck `make check` could get extended to include other things besides just linting. --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.rst') diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 5073aa0..bffc49d 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -17,7 +17,7 @@ All ash and bash scripts are linted using shellcheck: .. code:: bash - make check + make lint Testing ======= -- cgit v1.2.3-54-g00ecf