I found a message that looks slightly wrong.
trunk $ grep "There was critical" lib/*.cpp lib/checkersreport.cpp: fout << "There was critical errors (" << criticalErrors << ")" << std::endl; trunk $
In proper English, "There was" with plurals should be "There were".
I came across that as well.
Feel free to file a pull request if possible. If not I will do it on your behalf.
Option 2, please.
I am happy to report bugs, but I don't do pull requests.
https://github.com/danmar/cppcheck/pull/6193
Log in to post a comment.
I found a message that looks slightly wrong.
trunk $ grep "There was critical" lib/*.cpp
lib/checkersreport.cpp: fout << "There was critical errors (" << criticalErrors << ")" << std::endl;
trunk $
In proper English, "There was" with plurals should be "There were".
I came across that as well.
Feel free to file a pull request if possible. If not I will do it on your behalf.
Option 2, please.
I am happy to report bugs, but I don't do pull requests.
https://github.com/danmar/cppcheck/pull/6193