diff --git a/.golangci.yml b/.golangci.yml index 051e849..0c98979 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,17 +1,9 @@ linters: enable: - - deadcode - errcheck - gosimple - govet - ineffassign - staticcheck - - structcheck - typecheck - unused - - varcheck - - maligned -linters-settings: - maligned: - # print struct with more effective memory layout or not, false by default - suggest-new: true \ No newline at end of file