Currently, when there are warnings from parse-docstrings = true, they are not shown by the emacs integration. When invoking ocamlformat from a shell, the warnings are sent to stderr, and ocamlformat exits with success 0. In this case, invoking ocamlformat using the emacs integration silently swallows the warnings. It would be nice to (have an option to) show these warnings.