blob: 0e01e691a58615165469d1ef0604802bb1d37686 [file] [log] [blame]
Copyright 2023 The Go Authors. All rights reserved.
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file.
Test: TestLintOffline/description_line_length
Description: Descriptions must not (except in special cases) contain lines longer than 80 characters.
-- data/reports/GO-0000-0000.yaml --
id: GO-0000-0000
modules:
- module: golang.org/x/net
vulnerable_at: 1.2.3
packages:
- package: golang.org/x/net/http2
summary: A summary
description: This line is too long; it needs to be shortened to less than 80 characters to pass the lint check
cves:
- CVE-1234-0000
-- golden --
description contains line > 80 characters long: "This line is too long; it needs to be shortened to less than 80 characters to pass the lint check"