New Feature
Added two new flags to the lint
command that allow varying control over how circular references are handled by vacuum.
--ignore-polymorph-circle-ref
--ignore-array-circle-ref
These two new flags will ignore array based or polymorphic circular references when running the lint
command.
Documentation for lint command
Contributed by @eli-l