aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2017-10-17 17:11:00 +0100
committerRichard van der Hoff <github@rvanderhoff.org.uk>2017-10-17 17:11:00 +0100
commit7b0f62208ffefabefd3d12583348b5f0422c7e4a (patch)
tree3b42c95a582ca702f9aa939771067be3f475febf /CONTRIBUTING.md
parentbd07447abec20fe87e2642b56a8d4248751d7dd7 (diff)
Mention how to run the linters in documentation (#310)
Closes #309
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 616588a5..256106fa 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -13,7 +13,8 @@ instance of dendrite, and [CODE_STYLE.md](CODE_STYLE.md) for the code style
guide.
We use `gb` for managing our dependencies, so `gb build` and `gb test` is how
-to build dendrite and run the unit tests respectively.
+to build dendrite and run the unit tests respectively. There are [scripts](scripts)
+for [linting](scripts/find-lint.sh) and doing a [build/test/lint run](scripts/build-test-lint.sh).
## Picking Things To Do