github.com/OpenSourceProjects/gqlgen@v0.7.2/.gometalinter.json (about)

     1  {
     2    "sort": ["path"],
     3    "Deadline": "5m",
     4    "Linters": {
     5      "errcheck": {
     6        "Command":           "errcheck -abspath -ignore '[rR]ead|[wW]rite|Close|[fF]print'",
     7        "Pattern":           "PATH:LINE:COL:MESSAGE",
     8        "InstallFrom":       "github.com/kisielk/errcheck",
     9        "PartitionStrategy": "packages"
    10      }
    11    },
    12    "Skip": ["internal/imports/testdata"],
    13    "Disable": ["gas","golint","gocyclo","goconst", "gotype", "maligned", "gosec", "staticcheck"]
    14  }