diff --git a/targets/mggolangcilint/golangci.yml b/targets/mggolangcilint/golangci.yml index c6d347d2..1ba02916 100644 --- a/targets/mggolangcilint/golangci.yml +++ b/targets/mggolangcilint/golangci.yml @@ -150,10 +150,6 @@ linters: # [fast: false, auto-fix: false] - stylecheck - # Check the struct tags. - # [fast: true, auto-fix: false] - - tagliatelle - # Detect test helpers without t.Helper() call and checks the consistency of test helpers. # [fast: false, auto-fix: false] - thelper