rubocop / rubocop-ast

RuboCop's AST extensions and NodePattern functionality

Home Page:https://docs.rubocop.org/rubocop-ast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type lists should be sets

marcandre opened this issue · comments

E.g. TRUTHY_LITERALS

Although there's not much valid reason to use them directly, this could break some code relying on them, e.g. [...] - Set[...] TypeError (no implicit conversion of Set into Array), so v1 might be a good time...

This has been resolved for rubocop-ast, with most constants now private and the rest converted to Sets.

Closing this and related PRs.