Skip to content

Adjust linters to look into functions

Kevin Daudt requested to merge linters-in-functions into master

A couple of linters apply to all assignments, not just variables in the global scope. Adjust the relevant linters to look at all assignments using the new IterAssigns method.

Merge request reports