OSDN Git Service

CONTRIBUTING.rst: use make lint to run shellcheck
authornl6720 <nl6720@gmail.com>
Thu, 30 Jul 2020 10:37:55 +0000 (13:37 +0300)
committernl6720 <nl6720@gmail.com>
Thu, 30 Jul 2020 10:37:55 +0000 (13:37 +0300)
`make check` could get extended to include other things besides just linting.

CONTRIBUTING.rst

index 5073aa0..bffc49d 100644 (file)
@@ -17,7 +17,7 @@ All ash and bash scripts are linted using shellcheck:
 
   .. code:: bash
 
-    make check
+    make lint
 
 Testing
 =======