example: #include "ArgumentEncoder.h" #include "ProcessLauncher.h" #include <QApplication> #include <QLocalServer> #include <QLocalSocket> #include "WebPageProxyMessageKinds.h" #include "WorkItem.h" ERROR: bad.cpp:5: Alphabetical sorting problem. [build/include_order] [4]
Created attachment 220497 [details] patch
Comment on attachment 220497 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=220497&action=review > Tools/Scripts/webkitpy/style/checkers/cpp.py:2922 > + if previous_line.strip() > line.strip(): We should probably put else here so that we don't end up spitting out two error messages.
Created attachment 220601 [details] patch fix
Comment on attachment 220601 [details] patch fix Clearing flags on attachment: 220601 Committed r161535: <http://trac.webkit.org/changeset/161535>
All reviewed patches have been landed. Closing bug.