You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
Add linting/code analysis to the project. Ideally, this would be from an external dependency (like RuboCop) and have a Rake task to run it. It would also be nice to have a GitHub Action to run this on every push and pull request.
The text was updated successfully, but these errors were encountered:
@Atul9 Certainly. To be clear, what I was hoping for wasn't to have the issues (which I know are many) corrected in the PR. What I'd really like is to just have the setup for this done and then to slowly tackle the issues. That way there aren't too many changes being made at once. RuboCop has a concept of "todo" files where it passes over the issues as it's been noted as being known and listed as a todo item. I'd ultimately like to slowly do these one by one so that if there is an issue with a change it will be easier to bisect and find the problem rather than having one large commit full of changes that just needs to be rolled back.
Add linting/code analysis to the project. Ideally, this would be from an external dependency (like RuboCop) and have a Rake task to run it. It would also be nice to have a GitHub Action to run this on every push and pull request.
The text was updated successfully, but these errors were encountered: