hhvm / hhast

Mutable AST library for Hack with linting and code migrations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Known bad HHClientLinters need to be automatically unconditionally suppressed

fredemmott opened this issue · comments

See #368 (comment) and HackLintRule::HACK_LINT_IGNORED_CODES in FB www

This relates to #407 - we should never be raising 5583

Is code 5607 (identity comparison on disjoint types) on that list?

Nope, I think you found a new bug :)

This relates to #407 - we should never be raising 5583

I created #419 to ignore 5583

Fixed in #419 and #422

For reference, the other codes in the FB list are either already deleted from the Ocaml code, or are in the 6xxx range; the 6xxx range requires Zoncolan, which is sadly not open source :(