From 7c6127cd7183333f797ffbc51bd4e0c594d3b009 Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Fri, 10 Mar 2017 10:02:29 +0100 Subject: [PATCH] README.md: Add a note about misspell tool used in #570 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4be8135c8..72e5d41f4 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ Test your clone by cding to the xgo directory and typing Note that unlike most other Go code, it is not necessary to clone this to your GOPATH. This is because this repo only imports from the standard library and isn't expected to be imported by other packages. +There is a [misspelling tool](https://github.com/client9/misspell). You can install and occasionally run it to +find low hanging typo problems. [#570](https://github.com/exercism/xgo/pull/570) It's not added into CI since it could give false positives. + ## Contributing Guide Please be familiar with the [contributing guide](https://github.com/exercism/x-common/blob/master/CONTRIBUTING.md)