Commit 358bc6f
MAINT: Style check *.c and *.h files
`cpplint` was introduced pandas-dev#14740, and this commit extends to check
other `*.c` and `*.h` files. 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-dev#14740, and the others have been deliberately omitted per
the discussion <a href="https://github.com/pandas-
dev/pandas/pull/14740#issuecomment-265260209">here</a>.
Author: gfyoung <[email protected]>
Closes pandas-dev#14814 from gfyoung/c-style-continue and squashes the following commits:
27d4d46 [gfyoung] MAINT: Style check *.c and *.h files1 parent 5f889a2 commit 358bc6f
File tree
20 files changed
+5948
-6032
lines changed- ci
- pandas/src
- datetime
- ujson
- lib
- python
20 files changed
+5948
-6032
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