summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-03-09 13:33:43 +0000
committerSteve Kemp <steve@steve.org.uk>2015-03-09 13:33:43 +0000
commit9089df1e48a02347753328d60653f4c49092cf2b (patch)
treee492874b7877743d7eceb3ec042ba31fb0781d20
parentac61834f0bb31a170d548fd9ba42c13cd7354902 (diff)
Document rubodoc
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 26cb2f7..45e3245 100644
--- a/README
+++ b/README
@@ -78,6 +78,16 @@ the corresponding gem. There is no need to install both.
+Formatting
+----------
+
+Our code is formatted and tested with [rubodoc](https://github.com/bbatsov/rubocop).
+
+Code should not be committed to the repository which results in warnings
+or errors from the current `.rubodoc` configuration file.
+
+
+
Documentation
-------------