• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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