git-lint icon indicating copy to clipboard operation
git-lint copied to clipboard

Invalidate cache if linter path or arguments change (#19)

Open siebert opened this issue 7 years ago • 1 comments

The cache is not invalidated if the arguments (or path) of the linter program changes. To fix this I change the path where the cached data is stored. A sha256 hex hash value is appended of the linter name, which is created by hashing the linter program name and arguments.

siebert avatar Aug 29 '18 08:08 siebert

@sk- Can you review the current patch again?

siebert avatar Oct 18 '18 16:10 siebert