Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
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
commiteec944cdf7d14cf656c047885010d63a3d9ed3e6 (patch)
treeffacb3372b2e272a3901ffb5c92f017c10550efb /CONTRIBUTING.rst
parentd7fc56e0066fc0bdfd1d45e4e67f53b218609897 (diff)
CONTRIBUTING.rst: use make lint to run shellcheck
`make check` could get extended to include other things besides just linting.
Diffstat (limited to 'CONTRIBUTING.rst')
-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
=======