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
Fixes#1041.
This PR fixes a false positive for `Rails/Output`
when output method is called with block argument.
The output method for the bad case is not designed to take a block argument.
Thus, by ignoring this, it can likely reduce false positives.
*[#1041](https://github.com/rubocop/rubocop-rails/issues/1041): Fix a false positive for `Rails/Output` when output method is called with block argument. ([@koic][])
0 commit comments