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