We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c30e05e commit c37ba22Copy full SHA for c37ba22
.bazelci/presubmit.yml
@@ -1,20 +1,10 @@
1
-# We exclude docs/ from build_targets. Since we can't blacklist specific target
2
-# patterns (bazelbuild/continuous-integration#779), we have to explicitly
3
-# list every other top-level package in build_targets.
4
-# TODO(#144): When Bazel 0.29 is released, the docgen workflow will work, and
5
-# we can go back to using `...` for build_targets.
6
---
7
buildifier:
8
version: latest
9
warnings: "all"
10
all_targets: &all_targets
11
build_targets:
12
- - "//examples/..."
13
- - "//experimental/..."
14
- - "//packaging/..."
15
- - "//python/..."
16
- - "//tests/..."
17
- - "//tools/..."
+ - "..."
18
# As a regression test for #225, check that wheel targets still build when
19
# their package path is qualified with the repo name.
20
- "@rules_python//examples/wheel/..."
0 commit comments