summary refs log tree commit diff stats
path: root/HACKING.md
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2018-10-09 18:12:14 +0200
committertoonn <toonn@toonn.io>2019-06-18 13:26:21 +0200
commita007755400344fe1418d74add9787d2ab0482ca7 (patch)
treeacc677ec26eac526131b2fd2de4c1baa0c684097 /HACKING.md
parente91ae58705d244f347c09c1c538245c02b0ea1ba (diff)
downloadranger-a007755400344fe1418d74add9787d2ab0482ca7.tar.gz
Document shellcheck in Makefile help and HACKING.md
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING.md b/HACKING.md
index 6e200a43..aeb4f072 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -7,8 +7,8 @@ Coding Style
 * Use syntax compatible with Python `2.6+` and `3.1+`.
 * Use docstrings with `pydoc` in mind
 * Follow the PEP8 style guide: https://www.python.org/dev/peps/pep-0008/
-* Always run `make test` before submitting a new PR. `pylint`, `flake8` and
-  `pytest` needs to be installed.
+* Always run `make test` before submitting a new PR. `pylint`, `flake8`,
+  `pytest`, `doctest` and `shellcheck` need to be installed.
 * When breaking backward compatibility with old configuration files or plugins,
   please include a temporary workaround code that provides a compatibility
   layer and mark it with a comment that includes the word `COMPAT`. For