Граф коммитов

1 Коммитов

Автор SHA1 Сообщение Дата
Timothy J. Raymond 35b8cc3e39
Add a linter for detecting fmt.Errorf w/ %w (#1952)
It was decided by the team that we prefer errors.Wrap over the standard
library error wrapping mechanism because pkg/errors provides a more
consistent experience by default. This adds a simple linter to detect
usages of the standard library error wrapping.
2023-05-09 15:47:39 -05:00