Skip to content

Commit c9a3dec

Browse files
committed
reorder tsv fields
1 parent 5d97d8f commit c9a3dec

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/todos-extract-from-code.yml

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ defaults:
3434
# XXX: decision record: pdd-xml-to-json.sh as pdd doesn't support JSON output (+link to the issue)
3535
# XXX: Q: how pdd extarcts <author> and why it flipping between @php-coder to Slava Semushin?
3636
# XXX: add header to .tsv
37-
# XXX: fix "Illegal quoting in line 74" from GitHub (" => ' ?)
3837
jobs:
3938
extract-pdd-puzzles:
4039
name: Extract todos from code
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
exec jq --raw-output '. | sort_by([.ticket | tonumber], .id) | .[] | [.id, .ticket, .file, .lines, .body] | @tsv'
3+
exec jq --raw-output '. | sort_by([.ticket | tonumber], .id) | .[] | [.id, .ticket, .body, .file, .lines] | @tsv'

0 commit comments

Comments
 (0)