No successful run was found on main (8df1e24) during the generation of this report, so cf9f56c was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
perf(linter): use top-level match for `const-comparisons` (#14581)
Using a match means we only need to call one function instead of two. Also enables the linter codegen to analyze this rule.