• Home
Name Date Size #Lines LOC

..--

flags/04-Jul-2025-290235

BUILD.bazelD04-Jul-2025151 75

README.rstD04-Jul-2025533 1712

custom_test.goD04-Jul-202512 KiB511409

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