go1.17/go-rpmlintrc
Jeff Kowalczyk b5b7055379 Accepting request 903995 from home:jfkw:branches:devel:languages:go
- go1.17beta1 (released 2021-06-10) is a beta version of go1.17 cut
  from the master branch at the revision tagged go1.17beta1.

OBS-URL: https://build.opensuse.org/request/show/903995
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.17?expand=0&rev=1
2021-07-04 22:45:33 +00:00

10 lines
496 B
Plaintext

addFilter("binaryinfo-readelf-failed") # go binaries are suposedly ELF-compliant
addFilter("statically-linked-binary") # go doesn't yet support dynamic linking
# .syso files are special. Note that while they are architecture-dependent,
# they are named to avoid conflicts (and we make sure of that in the RPM
# through go_arch).
addFilter("unstripped-binary-or-object.*\.syso$")
addFilter("arch-dependent-file-in-usr-share.*\.syso$")
addFilter("W: position-independent-executable-suggested")