Add hint on rubocop's -R flag to README

This commit is contained in:
Helge Rausch
2015-10-05 16:26:17 +02:00
parent f7cb7756e3
commit fac605cb32

View File

@@ -115,4 +115,5 @@ If you want to contribute to openSNP, you are more than welcome to do so:
`.rubocop_todo.yml`. In order to learn what it is all about take a
look at [rubocop](https://github.com/bbatsov/rubocop) and specifically
[this section of the README](https://github.com/bbatsov/rubocop#automatically-generated-configuration)
to learn more about it.
to learn more about it. Rubocop needs to be run with the `-R` flag to
check for rules relevant to Rails as well.