git-lint
git-lint copied to clipboard
Invalidate cache if linter path or arguments change (#19)
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.
@sk- Can you review the current patch again?