diff options
Diffstat (limited to 'vendor/github.com/go-openapi/spec/.golangci.yml')
-rw-r--r-- | vendor/github.com/go-openapi/spec/.golangci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/github.com/go-openapi/spec/.golangci.yml b/vendor/github.com/go-openapi/spec/.golangci.yml index a5e3239799..835d55e742 100644 --- a/vendor/github.com/go-openapi/spec/.golangci.yml +++ b/vendor/github.com/go-openapi/spec/.golangci.yml @@ -37,3 +37,6 @@ linters: - godot - gofumpt - paralleltest + - tparallel + - thelper + - ifshort |