• Home
Name Date Size #Lines LOC

..--

BUILD.bazelD04-Jul-2025145 75

README.rstD04-Jul-2025387 1510

vet_test.goD04-Jul-20254.1 KiB180141

README.rst

1Vet check
2=========
3
4.. _go_library: /docs/go/core/rules.md#_go_library
5
6Tests to ensure that vet runs and detects errors.
7
8.. contents::
9
10vet_test
11--------
12Verifies that vet errors are emitted on a `go_library`_ with problems when built
13with a ``nogo`` binary with ``vet = True``. No errors should be emitted when
14analyzing error-free source code. Vet should not be enabled by default.
15