Kaynağa Gözat

Merge pull request #232 from 9seconds/golangcilint-1.43.0

Golangcilint 1.43.0
tags/v2.1.3^2
Sergey Arkhipov 4 yıl önce
ebeveyn
işleme
ad30eca406
No account linked to committer's email address
3 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 1
    1
      .github/workflows/ci.yaml
  2. 1
    1
      .golangci.toml
  3. 1
    1
      Makefile

+ 1
- 1
.github/workflows/ci.yaml Dosyayı Görüntüle

83
       - name: Run linter
83
       - name: Run linter
84
         uses: golangci/golangci-lint-action@v2
84
         uses: golangci/golangci-lint-action@v2
85
         with:
85
         with:
86
-          version: v1.42.1
86
+          version: v1.43.0
87
 
87
 
88
   docker:
88
   docker:
89
     name: Docker
89
     name: Docker

+ 1
- 1
.golangci.toml Dosyayı Görüntüle

9
 
9
 
10
 [linters]
10
 [linters]
11
 enable-all = true
11
 enable-all = true
12
-disable = ["gochecknoglobals", "gas", "goerr113", "exhaustivestruct"]
12
+disable = ["ireturn", "varnamelen", "gochecknoglobals", "gas", "goerr113", "exhaustivestruct"]

+ 1
- 1
Makefile Dosyayı Görüntüle

2
 IMAGE_NAME   := mtg
2
 IMAGE_NAME   := mtg
3
 APP_NAME     := $(IMAGE_NAME)
3
 APP_NAME     := $(IMAGE_NAME)
4
 
4
 
5
-GOLANGCI_LINT_VERSION := v1.42.1
5
+GOLANGCI_LINT_VERSION := v1.43.0
6
 
6
 
7
 VERSION_GO         := $(shell go version)
7
 VERSION_GO         := $(shell go version)
8
 VERSION_DATE       := $(shell date -Ru)
8
 VERSION_DATE       := $(shell date -Ru)

Loading…
İptal
Kaydet