fix: add involves edge from task to agent:nomos at creation
Plus sync vendor directory for Docker build compatibility.
This commit is contained in:
16
vendor/github.com/oasdiff/yaml/.golangci.toml
generated
vendored
Normal file
16
vendor/github.com/oasdiff/yaml/.golangci.toml
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user