We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420a939 commit c923f73Copy full SHA for c923f73
lib/mix/lib/mix/tasks/compile.ex
@@ -74,7 +74,8 @@ defmodule Mix.Tasks.Compile do
74
* `--no-protocol-consolidation` - skips protocol consolidation
75
* `--no-validate-compile-env` - does not validate the application compile environment
76
* `--return-errors` - returns error status and diagnostics instead of exiting on error
77
- * `--warnings-as-errors` - exit with non-zero status if compilation has one or more warnings
+ * `--warnings-as-errors` - exit with non-zero status if compilation has one or more
78
+ warnings. Only concerns compilation warnings from the project, not its dependencies.
79
80
"""
81
0 commit comments