Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-30golangci-lint: Enable the `errorlint` lint checkKarthik Nayak
2023-11-30golangci: Sort the linters alphabeticallyKarthik Nayak
2023-09-07golangci-lint: Disallow importing public client packagePatrick Steinhardt
2023-09-07golangci-lint: Don't exclude error checks for `pool.Close()`Patrick Steinhardt
2023-08-30lint: Add linter for testhelper.RunWill Chandler
2023-08-24golangci-lint: Disabllow importing the labkit logger packagePatrick Steinhardt
2023-08-21golangci-lint: Update hints for forbidden logging statementsPatrick Steinhardt
2023-08-18golangci-lint: Disallow use of logrus' `With` functionsPatrick Steinhardt
2023-08-16golangci-lint: Fix regular expression to disallow logrus callsPatrick Steinhardt
2023-08-15golangci-lint: Disable use of `logrus.New()`Patrick Steinhardt
2023-08-15golangci-lint: Forbid use of standard logrus loggerPatrick Steinhardt
2023-08-15golangci-lint: Drop current forbidigo rulesPatrick Steinhardt
2023-06-26Implement a linter to discourage future usage of Unavailable codeQuang-Minh Nguyen
2023-06-12tools/golangci-lint: Update module github.com/golangci/golangci-lint to v1.53.2GitLab Renovate Bot
2023-05-16sidechannel: Move package into `internal/grpc/`Patrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-04-27golangci-lint: Reenable linters broken by Go genericsPatrick Steinhardt
2023-03-28golangci-lint: Start using `errname` linterPatrick Steinhardt
2023-03-28golangci-lint: Use `tenv` linter instead of custom forbidigo rulesPatrick Steinhardt
2023-03-16lint: Enable gitaly-linters by defaultQuang-Minh Nguyen
2023-03-15lint: Move custom linter settings to .golangci.yml fileQuang-Minh Nguyen
2023-03-01Add golangci-lint custom linter infrastructureQuang-Minh Nguyen
2022-12-16golangci: Add paralleltest to the list of lintersKarthik Nayak
2022-11-09golangci-lint: Disable linters incompatible with Go 1.18Patrick Steinhardt
2022-10-14golangci-lint: Remove deprecated lintersPatrick Steinhardt
2022-10-14golangci-lint: Disable linter that mandates package commentsPatrick Steinhardt
2022-09-30golangci-lint: Restore default revive lintswc/fix-revive-lintsWill Chandler
2022-09-23packed_binaries: Check error code when closing packed filePatrick Steinhardt
2022-09-23praefect: Fix missing error checks for factory's `Serve()` functionPatrick Steinhardt
2022-09-23http: Fix missing error checks for `Serve()` functionPatrick Steinhardt
2022-09-23grpc: Fix missing error checks for `Serve()` functionPatrick Steinhardt
2022-09-23sidechannel: Check `Close()` errors returned by the waiterPatrick Steinhardt
2022-09-23backchannel: Propagate errors when closing server channel failsPatrick Steinhardt
2022-09-23linguist: Ignore error in deferred close of zlib writerPatrick Steinhardt
2022-09-23archive: Explicitly ignore error retruned by the tar writerPatrick Steinhardt
2022-09-23safe: Check error code when closing writersPatrick Steinhardt
2022-09-23sidechannel: Check error code when closing Unix socket listenerPatrick Steinhardt
2022-09-23golangci-lint: Stop excluding `Close` and `Serve` from errcheck linterPatrick Steinhardt
2022-08-11golangci-lint: Document why we don't enable `t.Helper()` rulePatrick Steinhardt
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-08-11golangci-lint: Enforce that `testing.T` must be first parameterPatrick Steinhardt
2022-08-11golangci-lint: Add `thelper` linterPatrick Steinhardt
2022-08-11golangci-lint: Allow `testing.T` as first parameterPatrick Steinhardt
2022-07-13golangci-lint: Increase timeout to 10 minutesPatrick Steinhardt
2022-07-07global: Rewrite callers of `testhelper.ModifyEnvironment()`Patrick Steinhardt
2022-07-06golangci-lint: Disable use of `os.Setenv()` and `os.Unsetenv()` in testspks-go-v1.17-infrastructurePatrick Steinhardt
2022-03-24linting: Remove unused linting exemptionPatrick Steinhardt
2022-03-24lint: Move linting exceptions for calling kill inlinePatrick Steinhardt
2022-03-24nodes: Silence warnings about ignored errors for `checkNodes()`Patrick Steinhardt
2022-03-24cmd/gitaly-wrapper: Log warning when supervised command failsPatrick Steinhardt