-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improve formatter/config change detection
Busts the path cache if any of the following occurs: * global excludes changes * formatter added / removed * formatter command changes, including checking the modtime and size of the executable it points to * formatter includes/excludes changes * formatter priority changes Change detection is based on a sha256 hash of the above, which is stored in the db and compared before formatting. Closes #455 Signed-off-by: Brian McGee <[email protected]>
- Loading branch information
1 parent
ce42c30
commit 00e64dc
Showing
7 changed files
with
458 additions
and
113 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
Oops, something went wrong.