mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 06:23:10 -06:00
* Update golangci-lint
* Use unconditional strings.TrimSuffix
* Add error checks
Signed-off-by: Till Faelligen <tfaelligen@gmail.com>
* Disable lint typecheck
* Fix ineffectual error assignment (#1976)
Was working on another PR and noticed that golangci-lint was failing
locally on `ineffassign`
Signed-off-by: Devon Mizelle <dev@devon.so>
* Revert "Disable lint typecheck"
This reverts commit
|
||
|---|---|---|
| .. | ||
| build-test-lint.sh | ||
| Complement.Dockerfile | ||
| complement.sh | ||
| find-lint.sh | ||
| install-local-kafka.sh | ||
| README.md | ||
Dev Scripts
These are a collection of scripts that should be helpful for those developing on dendrite.
See find-lint.sh for environment variables that control linter resource
usage.