Commit 58906e5
committed
checkstyle: batch mdformat into single invocation
test_markdown_style was spawning a bash+diff+mdformat subprocess for
each of the 66 markdown files individually (23s). Pass all files to
mdformat --check in one call (~4s).
Signed-off-by: Riccardo Mancini <mancio@amazon.com>1 parent 67f76c7 commit 58906e5
1 file changed
Lines changed: 4 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | | - | |
17 | | - | |
18 | 15 | | |
19 | 16 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 17 | + | |
| 18 | + | |
30 | 19 | | |
31 | 20 | | |
32 | | - | |
33 | | - | |
| 21 | + | |
| 22 | + | |
34 | 23 | | |
35 | 24 | | |
36 | 25 | | |
| |||
0 commit comments