201b2487a5
- Update to version 0.17.0:
* Repository rules and macros have moved to
@io_bazel_rules_go//go:deps.bzl from def.bzl. This allows Go
rules to load symbols from external repositories.
* Code may be generated from multiple proto_library targets, via
the new protos attribute.
* proto_library targets with no srcs, only deps will work.
* proto_library targets with adjusted import prefixes will work.
* go_proto_compiler no longer passes the -import_path option by
default. This should make generated package names consistent
with protoc when option go_package is not set.
* nogo now supports fact serialization. This allows analyzers
like printf to store information for use in dependent packages.
* nogo no longer invokes a separate vet binary when vet = True.
Instead, setting this attribute adds the safe set of vet
analyzers to deps.
OBS-URL: https://build.opensuse.org/request/show/677740
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/bazel-rules-go?expand=0&rev=3
7 lines
348 B
Plaintext
7 lines
348 B
Plaintext
# This is a source package and /usr/src is a correct path to install files.
|
|
addFilter("bazel-rules-go-source.* suse-filelist-forbidden-fhs23")
|
|
# This is a source package, it's fine to have empty files.
|
|
addFilter("bazel-rules-go-source.* zero-length")
|
|
# Bazel scripts do not need shebangs
|
|
addFilter("bazel-rules-go-source.* script-without-shebang")
|