Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.bazel | D | 04-Jul-2025 | 151 | 7 | 5 | |
README.rst | D | 04-Jul-2025 | 287 | 15 | 10 | |
nolint_test.go | D | 04-Jul-2025 | 4.4 KiB | 228 | 177 |
README.rst
1Nolint check 2========= 3 4.. _go_library: /docs/go/core/rules.md#_go_library 5 6Tests to ensure that errors found by nogo and annotated with //nolint are 7ignored. 8 9.. contents:: 10 11nolint_test 12-------- 13Verified that errors emitted by ``nogo`` are ignored when `//nolint` appears as 14a comment. 15