diff --git a/.golangci.yml b/.golangci.yml index 6c1fc0cd05c916246ab77b74fd0b237331d894d6_LmdvbGFuZ2NpLnltbA==..5b2feb121be4f050606a76849543bd15b31cbe58_LmdvbGFuZ2NpLnltbA== 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -66,7 +66,7 @@ - gomodguard # Allow and block list linter for direct Go module dependencies. This is different from depguard where there are different block types for example version constraints and module recommendations. style, import, module v1.25.0 - goprintffuncname # Checks that printf-like functions are named with f at the end style v1.23.0 - gosec # Inspects source code for security problems bugs v1.0.0 - # - gosmopolitan # Report certain i18n/l10n anti-patterns in your Go codebase. bugs v1.53.0 + - gosmopolitan # Report certain i18n/l10n anti-patterns in your Go codebase. bugs v1.53.0 - grouper # Analyze expression groups. style v1.44.0 - iface # Detect the incorrect use of interfaces, helping developers avoid interface pollution. [auto-fix] - importas # Enforces consistent import aliases style v1.38.0