-
Notifications
You must be signed in to change notification settings - Fork 5.5k
bazel/README.md: add aspell comment #17072
New issue
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -874,7 +874,7 @@ to run clang-format scripts on your workstation directly: | |
|
|
||
| To run the tools directly, you must install the correct version of clang. This | ||
| may change over time, check the version of clang in the docker image. You must | ||
| also have 'buildifier' installed from the bazel distribution. | ||
| also have 'buildifier' installed from the bazel distribution and `aspell`. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. im not sure if this is the correct place to put this - given that currently aspell is required for running the python script and isnt activated via bazel - altho this may change after
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I do not find a good place to put it, maybe a new line for it?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i think that information about aspell should not be in this file - there is no bazel job that depends on it - this file is mostly about setting up a bazel environment - info on linting is not relevant here and is wierdly misplaced that said - its already like that and there is information about running the spell checker below perhaps add it there - something like "if you wish to run spellchecking please install aspell" even that tho doesnt really cover it - eg if you install on debian/ubuntu aspell as so i think this info - like the information about linting - has no place on this page
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This section is "Running clang-format without docker", it covers more things indeed, why not rename it as something like "Running format without docker" and comment its dependence like
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
my preference would be "Linting your code without docker" i still think we need to move this section - but agree its beyond the scope of this change if you want to add information about the aspell dependency - please make it clear that its required for running the
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done. let us do it step by step :) |
||
|
|
||
| Edit the paths shown here to reflect the installation locations on your system: | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually in retrospect maybe have the same 's around buildifier and aspell?
/wait
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry I do not get key :(