envoyproxy / envoyproxy/nighthawk
Stop excluding /api/client/BUILD in check_format
Aperta
help wanted
- Lingua principale
- C++
- Stelle
- 414
- Fork
- 95
- Merge medio
- 2g 9h
- PR unite (30g)
- 11
Descrizione
We exclude `api/client/BUILD` in `check_format.sh`, because the build insists on adding
```
load("bazel:envoy_build_system.bzl", "envoy_package")
```
For this to work for `Nighthawk`, this should look like:
```
load("@envoy//bazel:envoy_build_system.bzl", "envoy_package")
```
So either having a way to pull that off, or a way to make a more narrow exclusion instead of excluding the whole file from `check_format` would be desirable.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.