From a47e32d40f02494cfcf60af5791869ed6912c205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 8 Oct 2015 17:38:00 +0200 Subject: [PATCH] Mention checkstyle in CONTRIBUTING --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1e2350291..2af193b2f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ Some key points: * Braces are always used after if, for and while The current code base doesn't follow it entirely, but new code should follow -it. +it. We enforce some of these, but not all, via checkstyle. ## Debugging