Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2020-07-30 13:37:55 +0300
committernl6720 <nl6720@gmail.com>2020-07-30 13:37:55 +0300
commit509043fd7d587c39d581b5114572296c205201e3 (patch)
tree52e2932d5119ffcbe4c4f21934b81078f8a7d53b
parenteb64542e0f75a597064c99ac839d1712ed38af81 (diff)
CONTRIBUTING.rst: use make lint to run shellcheck
`make check` could get extended to include other things besides just linting.
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
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
=======