Adds the Rubocop ReturnNil cop
This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points
Showing
Please register or sign in to comment
This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points