Skip to content
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

.bazelrc diagnostic when I forget the command #6

Open
alexeagle opened this issue Jul 22, 2020 · 1 comment
Open

.bazelrc diagnostic when I forget the command #6

alexeagle opened this issue Jul 22, 2020 · 1 comment

Comments

@alexeagle
Copy link

I always start an empty .bazelrc with
--test_output=errors

and it has no effect because lines that don't start with a command don't work.

Would be nice if you underline that with a diagnostic that I needed to write
test --test_output=errors

@pcj
Copy link
Member

pcj commented Aug 4, 2020

Would probably wrap this into a feature to provide diagnostics for missing/unknown commands in addition to unknown/deprecated flags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants