aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/vektah/gqlparser/.gometalinter.json
blob: e4e00223c5e4c64be3eacecff4164d8c006e876c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "sort": ["path"],
  "Deadline": "5m",
  "Linters": {
    "errcheck": {
      "Command":           "errcheck -abspath -ignore '[rR]ead|[wW]rite|Close'",
      "Pattern":           "PATH:LINE:COL:MESSAGE",
      "InstallFrom":       "github.com/kisielk/errcheck",
      "PartitionStrategy": "packages"
    }
  },
  "Disable": ["golint","gocyclo", "goconst", "gas", "interfacer", "vet","gosec"]
}