Your message dated Sun, 04 Sep 2022 21:15:34 +0000
with message-id <[email protected]>
and subject line Bug#1016427: Removed package(s) from unstable
has caused the Debian Bug report #991084,
regarding golint: Golint doesn't return error code if it find any errors
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
991084: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991084
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: golint
Version: 0.0+git20200130.910be7a-1+b5
Severity: normal
X-Debbugs-Cc: [email protected]
Package: golint
X-Debbugs-Cc: [email protected]
Version: 0.0+git20200130.910be7a-1+b5
Severity: normal
So it's unusable with CI/Vim
Example:
$ golint cal.go
cal.go:12:8: expected '(', found ain (and 2 more errors)
$ golint cal.go && echo ok
cal.go:12:8: expected '(', found ain (and 2 more errors)
ok
$ golint --help
Usage of golint:
golint [flags] # runs on package in current directory
golint [flags] [packages]
golint [flags] [directories] # where a '/...' suffix includes all
sub-directories
golint [flags] [files] # all must belong to a single package
Flags:
-min_confidence float
minimum confidence of a problem to print it (default 0.8)
-set_exit_status
set exit status to 1 if any issues are found
$ golint -set_exit_status cal.go && echo ok
cal.go:12:8: expected '(', found ain (and 2 more errors)
ok
-- System Information:
Debian Release: 11.0
APT prefers testing
APT policy: (990, 'testing'), (500, 'testing-security'), (500, 'unstable'),
(500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.10.0-7-amd64 (SMP w/8 CPU threads)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 0.0+git20200130.910be7a-1+rm
Dear submitter,
as the package golint has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1016427
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)
--- End Message ---