We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not obvious to casual users how to use gazelle with aspect_rules_py
We should document that users should add these gazelle directives to their top-level Python project BUILD file:
# gazelle:map_kind py_library py_library @aspect_rules_py//py:defs.bzl # gazelle:map_kind py_binary py_binary @aspect_rules_py//py:defs.bzl # gazelle:map_kind py_test py_test @aspect_rules_py//py:defs.bzl
The text was updated successfully, but these errors were encountered:
Add gazelle config note
6572135
fixes #284
Add gazelle config note (#288)
334dd44
fixes #284 --- ### Type of change - Documentation (updates to documentation or READMEs) ### Test plan None
Successfully merging a pull request may close this issue.
What is the current behavior?
Not obvious to casual users how to use gazelle with aspect_rules_py
Describe the feature
We should document that users should add these gazelle directives to their top-level Python project BUILD file:
The text was updated successfully, but these errors were encountered: