summaryrefslogtreecommitdiff
path: root/.arclint
blob: c413c3ce58c4b6c595e2707eb077403306c6598c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "exclude": "(^vendor/)",
  "linters": {
    "golint": {
      "type": "golint",
      "include": "(\\.go$)"
    },
    "govet": {
      "type": "govet",
      "flags": ["-composites=false"],
      "include": "(\\.go$)"
    },
    "gofmt": {
      "type": "gofmt",
      "include": "(\\.go$)"
    }
  }
}