Skip to content

Commit

Permalink
Exclude all generated files in .gometalinterconfig
Browse files Browse the repository at this point in the history
Additionally deadline parameter was added as Weles verification took
more than default 60s.

Change-Id: I839d234cc9ba1918f5f091ebb1ac5a090958ce0f
Signed-off-by: Alexander Mazuruk <[email protected]>
  • Loading branch information
aalexanderr committed Jan 4, 2019
1 parent 2a8712e commit 0473c47
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .gometalinter.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"vet",
"vetshadow"
],
"Deadline":"5m",
"Vendor":true,
"Cyclo":15,
"Sort":["path","line"],
Expand All @@ -38,17 +39,26 @@
"mock",
"server/operations"],
"Exclude":[
"server.go",
"embedded_spec.go",
"artifact_alias.go",
"artifact_description",
"artifact_filter",
"artifact_info.go",
"artifact_path.go",
"artifact_sort_by.go",
"artifact_sorter.go",
"artifact_status.go",
"artifact_type.go",
"artifact_uri.go",
"err_response.go",
"job_filter.go",
"job_id.go",
"job_info.go",
"job_sort_by.go",
"job_sorter.go",
"job_status.go",
"server/doc.go",
"server/embedded_spec.go",
"server/server.go",
"sort_order.go",
"version.go"]
}

0 comments on commit 0473c47

Please sign in to comment.