Brett Beatty
Brett Beatty
I was seeing this too, but I realized some checks now have a "this check is enabled by default" banner that I hadn't known to look for (as of credo...
I don't have any strong opinions on this issue, but I illustrated what I'm picturing in #1186--function names that are not sigils but begin with "sigil_" are checked like any...
Just ran into this same problem. Looks like the underlying type for MapSet now is [:sets.set/1](https://github.com/erlang/otp/blob/OTP-27.2.4/lib/stdlib/src/sets.erl#L163), which is a union of both old version (record) and new (map). So even...