Skip to content

Commit

Permalink
Comment about c code style checks in CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rodríguez committed Apr 2, 2015
1 parent c082b14 commit 8705d7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ API and a lot of bugs have been recently corrected. Without this fixes,
`byebug` will fail to work properly, so make sure you have always the last
patch level releases of Ruby installed.

Also, if you are developing on linux, make sure you have the GNU indent utility
installed for automatic check of code style in C files. If you're developing in
MacOSX, just make sure you keep a consistent style if you edit the C-extension
files. Travis CI will do the automatic check anyways.


## Getting started

Expand Down

0 comments on commit 8705d7d

Please sign in to comment.