feat: add recvcheck linter

This commit is contained in:
2026-04-15 22:58:14 -04:00
parent 42c5b5f8f4
commit ce41d4fba2

View File

@@ -114,6 +114,9 @@ linters:
# Reports uses of functions with replacement inside the testing package.
- usetesting
# Reports mixed receiver types in structs/interfaces.
- recvcheck
settings:
revive:
rules: