Commits
Click on a commit to change the comparison rangeperf(linter): only run rule run functions if implemented (#14454)
Optimizes the native linter runtime by skipping rule run functions which are known to be no-ops. If we don't know anything about the rule functions implemented, we run all of them by default.