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-06-09 15:06:14 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-06-14 08:52:28 +0300
commit3e2716229c991d81e7cb7e454249d4e97a2ff656 (patch)
tree5724ab9eeb9f64d4611b15379f51f7b295e678f1 /.golangci.yml
parentb541a391a9eebc7a0b85e37fcf12e8c5bf1be5e1 (diff)
blackbox: Add missing documentation
The blackbox code is lacking some documentation on public symbols. Add it as required and remove the golang-ci exemptions.
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 1b14fe8be..3a4b43bb1 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -57,22 +57,6 @@ issues:
text: "exported function `BuildCommit` should have comment or be unexported"
- linters:
- golint
- path: "internal/blackbox/blackbox.go"
- text: "exported function `Run` should have comment or be unexported"
- - linters:
- - golint
- path: "internal/blackbox/config.go"
- text: "exported type `Config` should have comment or be unexported"
- - linters:
- - golint
- path: "internal/blackbox/config.go"
- text: "exported type `Probe` should have comment or be unexported"
- - linters:
- - golint
- path: "internal/blackbox/config.go"
- text: "exported function `ParseConfig` should have comment or be unexported"
- - linters:
- - golint
path: "internal/cgroups/noop.go"
text: "exported method `NoopManager.Setup` should have comment or be unexported"
- linters: