Age | Commit message (Collapse) | Author | Files | Lines |
|
https://git.themanaworld.org/mana/plus/-/jobs/183682#L81
the ORs were not groupped together in the find call, resulting in only
*.cc files being processed.
> Total errors found: 3463
Well, this will take a while to fix :disappointed: .
Squashed with:
* Trim unnecessary excludes, for there is no matching error to exclude.
Fine-tune the remaining ones.
* The grep below wasn't working as find exited nonzero and code that was
supposed to handle that wasn't working as well as expected
****
mana/plus!126
|
|
+Update CI job from Debian Buster to Bullseye. Buster's Py3.7 is too old for cpplint.
Squashed with:
* Update linters job to debian bullseye
* Force use of python3
* Try upgrade to python3. Other scripts will probably break.
****
mana/plus!124
|
|
From updating to buster->bullseye in !124: nsiqcppstyle was silently failing, too >_>
Squashed with:
* I always forget newlines at end of printfs.
* Add sore thumb to remind me of untreated wounds beneath bandages
* nsiqcppstyle was silently failing, too >_>
*Explicitly call python2
*Grep will exit non-zero if it finds nothing. *fix*
****
mana/plus!125
|
|
Squashed with:
* Split out change
* Let's get this to properly fail, first.
put unfiltered file name into a variable and append .log to make it
viewable online + direct URL for cpplint.py like before
IT's LOGFILE, not ERRFILE.. sigh
Nevermind, it actually is ERRFILE + add unfiltered version to init
Downgrade version, py3 later
Let's get unfiltered log to print if find fails
Related: mana/plus!122
****
mana/plus!123
|
|
Google has removed cpplint.py three weeks ago and this has been silently failing since then.
See also mana/plus!123
****
mana/plus!122
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Enable only rules what not giving false positives.
|