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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.golangci.yml b/.golangci.yml
index dd8bf738..b79af490 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -114,10 +114,6 @@ issues:
- path: internal/fixture/fixtures\.go
linters:
- gosec
- - path: app.go
- text: "G112"
- linters:
- - gosec
# Maximum issues count per one linter. Set to 0 to disable. Default is 50.
max-issues-per-linter: 0