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
C: Favor String#% over format.
controller.render format => body, status: status
^^^^^^
C: Favor String#% over format.
body = Rabl.render(resource_errors, 'errors/index', format: format)
^^^^^^
The text was updated successfully, but these errors were encountered:
aripollak
changed the title
FormatString is confused by Rails' format with EnforcedStyle: percent
FormatString is confused by other "format"s with EnforcedStyle: percent
Oct 14, 2014
I have this in .rubocop.yml:
Rubocop finds false positives here:
The text was updated successfully, but these errors were encountered: