blob: c6e50c3d1db3ae6067aa7701bd6602bef581d1e9 [file] [log] [blame]
Copyright 2024 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 of the issue in golang.org/x/net
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
review_status: REVIEWED
-- 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"