Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.bazel | D | 04-Jul-2025 | 145 | 7 | 5 | |
README.rst | D | 04-Jul-2025 | 387 | 15 | 10 | |
vet_test.go | D | 04-Jul-2025 | 4.1 KiB | 180 | 141 |
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