DescriptionVM: Enforce correctly formatted C++ code
Currently the presubmit script for 'git cl upload' will just warn the developer
that code is incorrectly formatted and asks whether to proceed. This makes
developers sometimes just ignore the warning and upload incorrectly formatted
C++ code.
This causes incorrectly formatted code to be committed to the repository and
will cause a presubmit warning/question for all developers afterwards.
This CL will therefore turn the warning into an error to ensure our c++ code is
always correctly formatted.
R=zra@google.com
Committed: https://github.com/dart-lang/sdk/commit/554c3c9683264ab9840a2c2371942b5a9f5e1fae
Patch Set 1 #
Total comments: 4
Patch Set 2 : addressed comments #Messages
Total messages: 9 (2 generated)
|