editorconfig-checker / editorconfig-checker/editorconfig-checker.javascript
Invalidate latest
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 73
- Forks
- 15
- Avg merge
- 2d 16m
- Merged PRs (30d)
- 2
Description
If we have downloaded the latest version and a new one is released, we currently do not fetch the new version but rather use the already downloaded one as latest.
We need to find a way to be able either periodically check in an specific interval since latest was last touched or before every run if there is a new release.
That means we need to store which version is latest.
There are multiple ways, possible via symlinks or to remove the latest terminology.
Do you have any thoughts on this @septs ?
Contributor guide
Assessment
This issue has not been assessed yet.