Gentoo Archives: gentoo-commits

From: Randall Vasquez <ran.dall@××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-go/staticcheck/
Date: Sat, 30 Jul 2022 21:04:15
Message-Id: 1659214998.885a3c48cc0964b4146e2eebf1da85bf6233232d.ran.dall@gentoo
1 commit: 885a3c48cc0964b4146e2eebf1da85bf6233232d
2 Author: Randall T. Vasquez <ran.dall <AT> icloud <DOT> com>
3 AuthorDate: Sat Jul 30 21:03:18 2022 +0000
4 Commit: Randall Vasquez <ran.dall <AT> icloud <DOT> com>
5 CommitDate: Sat Jul 30 21:03:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=885a3c48
7
8 dev-go/staticcheck: ammend metadata.xml
9
10 Signed-off-by: Randall T. Vasquez <ran.dall <AT> icloud.com>
11
12 dev-go/staticcheck/metadata.xml | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-go/staticcheck/metadata.xml b/dev-go/staticcheck/metadata.xml
16 index c54adb945..c661a3475 100644
17 --- a/dev-go/staticcheck/metadata.xml
18 +++ b/dev-go/staticcheck/metadata.xml
19 @@ -6,7 +6,7 @@
20 <name>Randall Vasquez</name>
21 </maintainer>
22 <longdescription lang="en">
23 - The advanced Go linter
24 + Staticcheck is a state of the art linter for the Go programming language. Using static analysis, it finds bugs and performance issues, offers simplifications, and enforces style rules.
25 </longdescription>
26 <upstream>
27 <remote-id type="github">dominikh/go-tools</remote-id>