1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Add rubycop checking to codeclimate

According to the Contributing guide
(https://github.com/awesome-print/awesome_print/blob/master/CONTRIBUTING.md)
we encourage sticking to the Ruby style guide. However our code
climate setup does not use the Rubocop engine to check against
this style guide.

This commit enables the Rubocop checking. I'm not 100% sure if this
affects the code climate score, but even if it is I think this is
for the best as currently we are just hiding the issues.
This commit is contained in:
Gerard Caulfield 2016-07-04 16:57:23 +10:00
parent 846f6d5f8d
commit bc1f6efc40
No known key found for this signature in database
GPG key ID: 623B327128A9BEC3

3
.codeclimate Normal file
View file

@ -0,0 +1,3 @@
engines:
rubocop:
enabled: true