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
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-07-19 09:56:19 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-07-20 09:48:15 +0300
commit06bba2577b74dc49364d7aee9c540bd8ff4d6ac7 (patch)
tree0eaa392aa4285031df036fa0a0d58204f8c2110a /.golangci.yml
parentac59e2d54ab3372b263ca277b184df0eaa45c507 (diff)
git2go: Implement revert on top of the executor
We're about to extend dependencies required to run gitaly-git2go subcommands, which will make calling them tedious. This commit thus refactors the revert subcommand to be implemented on top of the `Executor` structure, which encapsulates all required dependencies and thus avoids the additional complexity.
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 4a00476a0..daa24daf2 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -105,18 +105,6 @@ issues:
text: "exported function `InitContextStats` should have comment or be unexported"
- linters:
- golint
- path: "internal/git2go/revert.go"
- text: "exported type `RevertConflictError` should have comment or be unexported"
- - linters:
- - golint
- path: "internal/git2go/revert.go"
- text: "exported type `RevertCommand` should have comment or be unexported"
- - linters:
- - golint
- path: "internal/git2go/revert.go"
- text: "exported method `RevertCommand.Run` should have comment or be unexported"
- - linters:
- - golint
path: "internal/gitaly/config/config.go"
text: "exported function `SkipHooks` should have comment or be unexported"
- linters: