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 7ffa801 commit 1c3eae1Copy full SHA for 1c3eae1
readme.md
@@ -43,10 +43,10 @@ Update your `.bazelrc` to include this new aspect:
43
44
```starlark
45
# register deps_enforcer aspect with Bazel
46
-build --aspects //tools:aspects.bzl%deps_enforcer
+common --aspects //tools:aspects.bzl%deps_enforcer
47
48
# optionally, default enable enforcement
49
-build --output_groups=+pydeps
+common --output_groups=+pydeps
50
```
51
52
## Skipping Targets
0 commit comments