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
The empty body class and method are registered as an offense. Which is not correct according to the ruby-style-guide.
# Prefer a single-line format for class definitions with no body.classFooError < StandardError;end# One exception to the rule are empty-body methods.defno_op;end
The text was updated successfully, but these errors were encountered:
The empty body class and method are registered as an offense. Which is not correct according to the ruby-style-guide.
The text was updated successfully, but these errors were encountered: