Commit d276be6
committed
MAINT: Style check *.c and *.h files
"cpplint" was introduced pandas-devgh-14740, and
this commit extends to check other *.c
and *.h files in the pandas repo.
Currently, they all reside in pandas/src,
and this commit expands the lint to check
all of the following:
1) datetime (dir)
2) ujson (dir)
3) period_helper.c
4) All header files
The parser directory was handled in pandas-devgh-14740,
and the others have been deliberately omitted.1 parent 2466ecb commit d276be6
File tree
20 files changed
+5933
-6023
lines changed- ci
- pandas/src
- datetime
- ujson
- lib
- python
20 files changed
+5933
-6023
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
48 | 57 | | |
49 | 58 | | |
50 | 59 | | |
| |||
0 commit comments