diff --git a/.golangci.yml b/.golangci.yml index 6550bf5..6bdcb8f 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -15,6 +15,8 @@ linters: - dogsled - dupl - exhaustive + - exhaustivestruct + - errorlint - funlen - gci - gochecknoglobals @@ -28,6 +30,16 @@ linters: - gofumpt - gomnd - gosec + - ifshort + - lll + - makezero + - nakedret + - nestif + - nlreturn + - paralleltest + - testpackage + - thelper + - wrapcheck - interfacer - lll - nakedret