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 following code is triggering the RailsI18n/DecorateString cop. That doesn't seem like expected behavior, does it?
sql=<<~SQL "#{table_name}"."id" IN ( SELECT id FROM "#{table_name}", jsonb_to_recordset("#{table_name}"."tasks") AS tasks(due_on date) WHERE tasks.due_on >= ? AND tasks.due_on <= ? ) SQL
The text was updated successfully, but these errors were encountered:
I agree, we should probably have some heredoc strings that are ignored automatically. I don't have time to put up a PR at the moment, but I'll keep this on my backlog. Thanks for reporting this!
The following code is triggering the RailsI18n/DecorateString cop. That doesn't seem like expected behavior, does it?
The text was updated successfully, but these errors were encountered: