92334ad1dd
Set Up S3 integration * cfginterfaceandfirsts3funcs * addlocalstack * generallypassesfullsuite * addedmultipleattemptedpings * cleanup * stabiliseplusskip
17 lines
295 B
TOML
17 lines
295 B
TOML
[run]
|
|
timeout = "120s"
|
|
|
|
[output]
|
|
format = "colored-line-number"
|
|
|
|
[linters]
|
|
enable = [
|
|
"gocyclo", "unconvert", "goimports", "unused", "unused",
|
|
"vetshadow", "nakedret", "errcheck", "revive", "ineffassign",
|
|
"goconst", "vet", "unparam", "gofmt"
|
|
]
|
|
|
|
[issues]
|
|
exclude-use-default = false
|
|
|