Mention checkstyle in CONTRIBUTING

This commit is contained in:
Daniel Martí 2015-10-08 17:38:00 +02:00
parent d8a624b397
commit a47e32d40f

View File

@ -40,7 +40,7 @@ Some key points:
* Braces are always used after if, for and while * Braces are always used after if, for and while
The current code base doesn't follow it entirely, but new code should follow 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 ## Debugging