Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 377 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 377 Bytes

Note This repository is deprecated. See https://github.com/cilium/linters instead.

CustomVet

CustomVet is a simple vet analysis tool that allows the Cilium authors to vet the code in the cilium repository for scenarios that we'd like to avoid. An example is avoiding the use of the time.After function within a loop in favor of our own inctimer package.