This website requires JavaScript.
Explore
Help
Sign In
kotovalexarian-likes-github
/
awesome_print
Watch
1
Star
0
Fork
You've already forked awesome_print
0
mirror of
https://github.com/awesome-print/awesome_print
synced
2023-03-27 23:22:34 -04:00
Code
Releases
Activity
abff97e812
awesome_print
/
.codeclimate
6 lines
64 B
Text
Raw
Normal View
History
Unescape
Escape
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.
2016-07-04 02:57:23 -04:00
engines:
rubocop:
enabled: true
Add reek engine May as well add reek checks while I'm adding the rubocop engine
2016-07-04 19:01:03 -04:00
reek:
enabled: true
Copy permalink