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
These flags are described at http://bazel.io/docs/bazel-user-manual.html#-Werror, but all of my attempts to pass them on the command line lead to errors:
$ bazel build ... -Werror:+all Invalid options syntax: -Werror:+all $ bazel build ... -Werror:all Invalid options syntax: -Werror:all $ bazel build ... -Werror:+all,-deprecation,-unchecked Invalid options syntax: -Werror:+all,-deprecation,-unchecked $ bazel build ... --javacopt="-Werror:+all,-deprecation,-unchecked" INFO: Found 262 targets... INFO: From Building src/main/java/com/ekuefler/libinterpolators.jar (3 files): blaze javac: invalid flag: -Werror:+all,-deprecation,-unchecked Usage: blaze javac <options> <source files> use -help for a list of possible options $ bazel build ... -extra_checks Invalid options syntax: -extra_checks $ bazel build ... -extra_checks:on Invalid options syntax: -extra_checks:on $ bazel build ... --extra_checks:on Unrecognized option: --extra_checks:on
The text was updated successfully, but these errors were encountered:
Sorry for that these are flags for error-prone support that is not yet open-sourced.
I will remove that from the documentation.
Sorry, something went wrong.
e36c2b8
damienmg
No branches or pull requests
These flags are described at http://bazel.io/docs/bazel-user-manual.html#-Werror, but all of my attempts to pass them on the command line lead to errors:
The text was updated successfully, but these errors were encountered: