Closed lsitu closed 7 years ago
@ucsdlib/developers I think I've got all those rubocop style issues addressed. However hound still reported 2 violations without sending out any messages, which are hard to figure out what's going on.
Could you review and comment? Please check it out and make surerubocop
pass in your local environment for future development. Thanks.
@mcritchlow Agree. We should try our best to address those style check issues in the to do list when we touch those files later, though some of them are not easy to fix.
👍
Updated configuration for rubocop to make it inline with hyrax and auto corrected violations.
Added a commit with rubocop auto fixes so that we can see more straight forward regarding what kind of style check violations that we need to fix, which will fix those violations like indentations, spacing etc, empty lines. Also, following the the original configuration, spec checks are excluded at this time.
@ucsdlib/developers - please review