Skip to content

Commit

Permalink
Point package comment links to new wiki.
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Sjöström <erikdsjostrom@gmail.com>
  • Loading branch information
erikdsjostrom authored and dominikh committed Feb 23, 2024
1 parent 69fbc04 commit 0a683c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stylecheck/st1000/st1000.go
Expand Up @@ -21,7 +21,7 @@ var SCAnalyzer = lint.InitializeAnalyzer(&lint.Analyzer{
Title: `Incorrect or missing package comment`,
Text: `Packages must have a package comment that is formatted according to
the guidelines laid out in
https://github.com/golang/go/wiki/CodeReviewComments#package-comments.`,
https://go.dev/wiki/CodeReviewComments#package-comments.`,
Since: "2019.1",
NonDefault: true,
MergeIf: lint.MergeIfAny,
Expand Down
4 changes: 2 additions & 2 deletions website/data/checks.json
Expand Up @@ -1822,9 +1822,9 @@
},
"ST1000": {
"Title": "Incorrect or missing package comment",
"Text": "Packages must have a package comment that is formatted according to\nthe guidelines laid out in\nhttps://github.com/golang/go/wiki/CodeReviewComments#package-comments.",
"Text": "Packages must have a package comment that is formatted according to\nthe guidelines laid out in\nhttps://go.dev/wiki/CodeReviewComments#package-comments.",
"TitleMarkdown": "Incorrect or missing package comment",
"TextMarkdown": "Packages must have a package comment that is formatted according to\nthe guidelines laid out in\nhttps://github.com/golang/go/wiki/CodeReviewComments#package-comments.",
"TextMarkdown": "Packages must have a package comment that is formatted according to\nthe guidelines laid out in\nhttps://go.dev/wiki/CodeReviewComments#package-comments.",
"Before": "",
"After": "",
"Since": "2019.1",
Expand Down

0 comments on commit 0a683c9

Please sign in to comment.