github.com/0xKiwi/rules_go@v0.24.3/tests/core/nogo/vet/README.rst (about)

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