| 12345678910111213141516171819202122 |
- [run]
- concurrency = 4
- deadline = "2m"
- tests = true
- skip-dirs = ["vendor"]
-
- [output]
- format = "colored-line-number"
-
- [linters]
- enable-all = true
- disable = [
- "containedctx",
- "exhaustivestruct",
- "exhaustruct",
- "gas",
- "gochecknoglobals",
- "goerr113",
- "ireturn",
- "thelper",
- "varnamelen",
- ]
|