go1.19/go-rpmlintrc
Jeff Kowalczyk 6849e3a28f Accepting request 982091 from home:jfkw:branches:devel:languages:go
- go1.19beta1 (released 2022-06-10) is a beta version of go1.19 cut
  from the master branch at the revision tagged go1.19beta1.

OBS-URL: https://build.opensuse.org/request/show/982091
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.19?expand=0&rev=1
2022-06-11 01:08:58 +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")