Closed nevinera closed 6 months ago
Update standard/rubocop to current, so CI can pass again, then update two places for a new rule. I guess send is more performant with symbols?
send
Note especially, https://github.com/standardrb/standard/issues/613 - we need to specify >= 1.35.1 for standard, or we get an interesting error like this one
>= 1.35.1
Update standard/rubocop to current, so CI can pass again, then update two places for a new rule. I guess
send
is more performant with symbols?Note especially, https://github.com/standardrb/standard/issues/613 - we need to specify
>= 1.35.1
for standard, or we get an interesting error like this one