Sourya Vatsyayan
Sourya Vatsyayan
**- Summary** While the repository runs `go vet` and `go lint` as part of CI, which detects and shows some issues, it doesn't really block the PR for major issues,...
There's this method `should_update`, defined in `haystack.indexes.SearchIndex` and inherited by `CelerySearchIndex`. By default, `should_update` returns True always. Also, there is this method called `update_object` in `SearchIndex`. It updates the object...
There are instances when the diagnostics are reported correctly by the analyzer, but the suggested fixes are wrong, and result in code that cannot be formatted by `format.Source` (due to...