Commit b5ab3a1
committed
Update cpplint to cpplint/cpplint@2cba6ce8dfc for Python 3 support
This updates the script to the latest version (2cba6ce8dfc) of the
much-more-actively developed fork in https://github.com/cpplint/cpplint.
The main reason for this update is to finally have support for Python 3
(even though Python 2 will still work): not all of our CI environments
even have Python 2 anymore.
All local changes were retained. As documented in the test, the only
visible change in behaviour is that operator<< spacing checks now
actually work.1 parent f83fc54 commit b5ab3a1
File tree
5 files changed
+988
-226
lines changed- .github/workflows
- regression/cpp-linter
- operator-spacing2
- operator-spacing3
- scripts
5 files changed
+988
-226
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | | - | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
0 commit comments