Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
config/ | H | 25-Apr-2025 | - | 88 | 54 | |
coverage/ | H | 25-Apr-2025 | - | 233 | 165 | |
custom/ | H | 25-Apr-2025 | - | 825 | 661 | |
deps/ | H | 25-Apr-2025 | - | 246 | 187 | |
generate/ | H | 25-Apr-2025 | - | 123 | 86 | |
generics/ | H | 25-Apr-2025 | - | 112 | 76 | |
nolint/ | H | 25-Apr-2025 | - | 250 | 192 | |
vet/ | H | 25-Apr-2025 | - | 202 | 156 | |
BUILD.bazel | H A D | 25-Apr-2025 | 111 | 6 | 5 | |
README.rst | H A D | 25-Apr-2025 | 395 | 19 | 12 | |
common.bzl | H A D | 25-Apr-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