CONTRIBUTING.rst: use make lint to run shellcheck

`make check` could get extended to include other things besides just linting.
This commit is contained in:
nl6720 2020-07-30 13:37:55 +03:00
parent d7fc56e006
commit eec944cdf7
No known key found for this signature in database
GPG key ID: 5CE88535E188D369

View file

@ -17,7 +17,7 @@ All ash and bash scripts are linted using shellcheck:
.. code:: bash
make check
make lint
Testing
=======