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 RedundantReturn cop doesn't allow you to specify a return statement as the last line. But if the point is to return several values, I think return a, b, reads better than [a, b]
The text was updated successfully, but these errors were encountered:
https://github.com/nex3/sass/blob/master/test/rubocop_extensions.rb
The
RedundantReturn
cop doesn't allow you to specify a return statement as the last line. But if the point is to return several values, I thinkreturn a, b
, reads better than[a, b]
The text was updated successfully, but these errors were encountered: