From 042e5b8603c11ba2a683eafb7e0f988655ef0475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20G=C3=B6tze?= Date: Thu, 22 Dec 2016 20:17:32 +0100 Subject: [PATCH] Add hint on Rubocop usage for code style recommendations --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f17f344..acb6708 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,9 @@ Here’s how to contribute: Please try to add RSpec tests along with your new features. This will ensure that your code does not break existing functionality and that your feature is working as expected. +We use [Rubocop](https://github.com/bbatsov/rubocop) for code style recommendations. +Please make sure your contributions comply with the default config of Rubocop. + ## Acknowledgement The original ideas for wrapping Weka in JRuby come from [@arrigonialberto86](https://github.com/arrigonialberto86) and his [ruby-band](https://github.com/arrigonialberto86/ruby-band) gem. Great thanks!