Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
config/ | 04-Jul-2025 | - | 88 | 54 | ||
coverage/ | 04-Jul-2025 | - | 233 | 165 | ||
custom/ | 04-Jul-2025 | - | 825 | 661 | ||
deps/ | 04-Jul-2025 | - | 246 | 187 | ||
generate/ | 04-Jul-2025 | - | 123 | 86 | ||
generics/ | 04-Jul-2025 | - | 112 | 76 | ||
nolint/ | 04-Jul-2025 | - | 250 | 192 | ||
vet/ | 04-Jul-2025 | - | 202 | 156 | ||
BUILD.bazel | D | 04-Jul-2025 | 111 | 6 | 5 | |
README.rst | D | 04-Jul-2025 | 395 | 19 | 12 | |
common.bzl | D | 04-Jul-2025 | 822 | 39 | 34 |
README.rst
1Core Go rules tests 2=================== 3 4This contains tests of the nogo build-time code analysis tool. 5 6Contents 7-------- 8 9.. Child list start 10 11* `Vet check <vet/README.rst>`_ 12* `Nogo configuration <config/README.rst>`_ 13* `nogo analyzers with dependencies <deps/README.rst>`_ 14* `Custom nogo analyzers <custom/README.rst>`_ 15* `nogo test with coverage <coverage/README.rst>`_ 16 17.. Child list end 18 19