This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
v4.156.0: support HHVM/Hack v4.156.0, additional linters
This release:
- supports and requires HHVM 4.156
- adds
DontCreateForwardingLambda
, which lints against 'identity'-like lambdas, e.g.$x ==> func($x)
- adds
UnreachableCodeLinter