-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid running logical line rule logic if not enabled (#11951)
## Summary This PR updates the logical line rules entry-point function to only run the logic if any of the rules within that group is enabled. Although this shouldn't really give any performance improvements, it's better not to do additional work if we can. This is also consistent with how other rules are run. ## Test Plan `cargo insta test`
- Loading branch information
1 parent
b456051
commit 3f884b4
Showing
2 changed files
with
99 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters