Kaynağa Gözat

Ignore noisy linters

tags/v2.1.3^2
9seconds 4 yıl önce
ebeveyn
işleme
ecf947b86c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      .golangci.toml

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

@@ -9,4 +9,4 @@ format = "colored-line-number"
9 9
 
10 10
 [linters]
11 11
 enable-all = true
12
-disable = ["gochecknoglobals", "gas", "goerr113", "exhaustivestruct"]
12
+disable = ["ireturn", "varnamelen", "gochecknoglobals", "gas", "goerr113", "exhaustivestruct"]

Loading…
İptal
Kaydet