README.rst
1Custom nogo analyzers
2=====================
3
4.. _nogo: /go/nogo.rst
5.. _go_library: /docs/go/core/rules.md#_go_library
6
7Tests to ensure that custom `nogo`_ analyzers run and detect errors.
8
9.. contents::
10
11custom_test
12-----------
13Verifies that custom analyzers print errors and fail a `go_library`_ build when
14a configuration file is not provided, and that analyzers with the same package
15name do not conflict. Also checks that custom analyzers can be configured to
16apply only to certain file paths using a custom configuration file.
17