fix!: no mixed receiver types #23

Merged
mvhutz merged 4 commits from fix/mixed-receiver-types into main 2026-04-16 03:27:49 +00:00
Showing only changes of commit ce41d4fba2 - Show all commits

View File

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