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
Add tests for the TernaryParentheses cop to cover the case that was
failing in rubocop#3687.
It has already been fixed but there were no tests for this case.
Given a file with the following code:
Running Rubocop with
--auto-correct
gives the following output:Expected behavior
The parentheses should be removed.
Actual behavior
The parentheses are still present.
RuboCop version
Using master at 9ad80ca
The text was updated successfully, but these errors were encountered: