@phpactor How do I disable some diagnostic features in phpactor? I tried adding this to my phpactor.json to no effect:

"diagnostics.undefined_variable.enabled": false,
"diagnostics.unresolvable_name.enabled": false

The Diagnostics page doesn't mention how to use these keywords in the config file. https://phpactor.readthedocs.io/en/master/reference/diagnostic.html

#phpactor

Diagnostics — Phpactor latest documentation

@com it's not currently possible.

I think we need to add diagnostic "codes" and add config to disable/enable based on those codes.