selene icon indicating copy to clipboard operation
selene copied to clipboard

Lint for insertion into FilterDescendantInstances

Open Kampfkarren opened this issue 2 years ago • 0 comments
trafficstars

table.insert(raycastParams.FilterDescendantInstances, instance) does not do anything. We can lint for anything that inserts into a field named "FilterDescendantInstances". We could theoretically only check this on things we know to be RaycastParams.new() (or typed RaycastParams), but I think that will be negligible.

Kampfkarren avatar Mar 27 '23 17:03 Kampfkarren