From 1dedc83b8fac5f9b7f81e3fa9023ea6bf15676ff Mon Sep 17 00:00:00 2001 From: Bracken Dawson Date: Thu, 7 Mar 2024 15:09:29 +0000 Subject: [PATCH] Add testifylint to godocs too I checked the render locally. --- doc.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc.go b/doc.go index aac5ef3..96407f3 100644 --- a/doc.go +++ b/doc.go @@ -8,4 +8,9 @@ // The mock package provides a system by which it is possible to mock your objects and verify calls are happening as expected. // // The suite package provides a basic structure for using structs as testing suites, and methods on those structs as tests. It includes setup/teardown functionality in the way of interfaces. +// +// A [golangci-lint] compatible linter for testify is available called [testifylint]. +// +// [golangci-lint]: https://golangci-lint.run/ +// [testifylint]: https://github.com/Antonboom/testifylint package testify