Skip to content
Snippets Groups Projects
Commit 5b2feb12 authored by Axel Prel's avatar Axel Prel
Browse files

enable gosmopolitan

parent 6c1fc0cd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment