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
RuboCop has a concept of a TODO file - a list of remaining issues to be skipped. Having such a file would allow us to keep enabled the rules we want to follow for new code, while at the same time allowing the old code not to trouble that effort.
If some of the rules which didn't pass right now are desirable to pass in the future, we could use rubocop --auto-gen-config to create and include a file .rubocop_todo.yml, oh, I blogged about this workflow.
@olleolleolle expressed it so well in sinatra/sinatra#1537 (comment) so I'm just going to leave his comment here:
Related to #134
The text was updated successfully, but these errors were encountered: