kubernetes/hack/tools
Patrick Ohly 17e3c555c5 hack: integrate logcheck into golangci-lint
Running logcheck as part of golangci-lint has several advantages:
- faster checking because finding files and parsing is shared
  with other linters
- gets rid of the complex and buggy
  hack/verify-structured-logging.sh (https://github.com/kubernetes/kubernetes/issues/106746)
- support for // nolint:logcheck
- works with Go 1.18
2022-03-24 11:21:03 +01:00
..
.gitignore Restructure licenses again (revert cd4474a) 2020-05-07 21:48:59 -07:00
go.mod hack: integrate logcheck into golangci-lint 2022-03-24 11:21:03 +01:00
go.sum hack: integrate logcheck into golangci-lint 2022-03-24 11:21:03 +01:00
README.md Remove hack/tools/Makefile 2022-02-26 12:57:10 -08:00
tools.go Added update and verify scripts for automated mock generation 2021-09-03 17:40:11 +00:00

This directory contains a stub go module used to track version of development tools like the ones needed for linting go sources.