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
{{ message }}
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
And apparently it breaks codeclimate-duplication engine: Skipping file examle.rb due to exception (Racc::ParseError): example.rb:5 :: parse error on value ":" (tCOLON)
example.rb content:
# frozen_string_literal: true
class Example
def perform(id)
Model.find_by!(id:)
end
end
Thanks
fonji, adetkr, Paul-Yves, sundarraja, JonLatane and 1 more