# HG changeset patch # User Axel Prel <axel.prel@xcg-consulting.fr> # Date 1742301942 -3600 # Tue Mar 18 13:45:42 2025 +0100 # Node ID 5b2feb121be4f050606a76849543bd15b31cbe58 # Parent 6c1fc0cd05c916246ab77b74fd0b237331d894d6 enable gosmopolitan diff --git a/.golangci.yml b/.golangci.yml --- 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