aboutsummaryrefslogtreecommitdiff
path: root/tests/core/nogo/custom/README.rst
blob: 285c8ff64faf79ff1724c74f4aa22ae89db8ffd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Custom nogo analyzers
=====================

.. _nogo: /go/nogo.rst
.. _go_library: /docs/go/core/rules.md#_go_library

Tests to ensure that custom `nogo`_ analyzers run and detect errors.

.. contents::

custom_test
-----------
Verifies that custom analyzers print errors and fail a `go_library`_ build when
a configuration file is not provided, and that analyzers with the same package
name do not conflict. Also checks that custom analyzers can be configured to
apply only to certain file paths using a custom configuration file.