github.com/cloudberrydb/gpbackup@v1.0.3-0.20240118031043-5410fd45eed6/gometalinter.config (about)

     1  {
     2    "DisableAll": true,
     3    "Enable": ["golint", "vet", "varcheck", "unparam", "errcheck"],
     4    "Exclude": [
     5      "should have comment",
     6      "comment on exported",
     7      "should not use dot imports",
     8      "don't use ALL_CAPS in Go names; use CamelCase",
     9  	"and that stutters",
    10  	"don't use an underscore in package name"
    11    ]
    12  }