diff --git a/.golangci.toml b/.golangci.toml index 680d6d6..7d1b888 100644 --- a/.golangci.toml +++ b/.golangci.toml @@ -7,4 +7,5 @@ go = "1.16" tests = true [linters] -enable = ["stylecheck", "whitespace", "errname", "errorlint", "gofmt", "gofumpt"] \ No newline at end of file +enable = ["stylecheck", "whitespace", "containedctx", "contextcheck", "decorder", + "errname", "errorlint", "gofmt", "gofumpt"] \ No newline at end of file