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
@bdunne Can we add some custom rubocop rules here? I got to thinking about ManageIQ/manageiq#20208 and realized that a custom rule would allow us to warn people about using one method over another. We probably could also move things like our string-based diff checker that looks for instances of puts and byebug into real rules that look at the Ruby AST instead.
The text was updated successfully, but these errors were encountered:
@bdunne Can we add some custom rubocop rules here? I got to thinking about ManageIQ/manageiq#20208 and realized that a custom rule would allow us to warn people about using one method over another. We probably could also move things like our string-based diff checker that looks for instances of
puts
andbyebug
into real rules that look at the Ruby AST instead.The text was updated successfully, but these errors were encountered: