Skip to content

Add lib/ to dirs scanned by unused method linter

What does this MR do and why?

Implements an iterative improvement to scripts/lint/unused_helper_methods.rb that was a follow-up item from Add linter to find unused helper methods (!139028 - merged). Specifically, we're here adding lib/ (and ee/lib) to the directories that we scan for call sites

Related to #436399 (closed)

Edited by Kerri Miller

Merge request reports