Skip to content

Commit

Permalink
Move sort
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbay-bluetiger committed Jan 22, 2025
1 parent 79d8d1d commit 9263dc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions logs/todos.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.

./.git/hooks/sendemail-validate.sample:22:TODO placeholders with appropriate checks according to your
./.git/hooks/sendemail-validate.sample:27: TODO: Replace with appropriate checks (e.g. spell checking).
./.git/hooks/sendemail-validate.sample:35: TODO: Replace with appropriate checks for this patch
./.git/hooks/sendemail-validate.sample:41: TODO: Replace with appropriate checks for the whole series
Expand Down
2 changes: 1 addition & 1 deletion scripts/track-todos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ EXCLUSIONS="--exclude-dir=.build --exclude-dir=coverage --exclude-dir=node_modul

echo "# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.\n" > $LD_LOG_FILE

(grep $GREP_FLAGS $EXCLUSIONS "TODO:.*| TODO.*|@TODO.*" . | sort || echo "# All clear!") >> $LD_LOG_FILE
(grep $GREP_FLAGS $EXCLUSIONS "TODO:.*|TODO .*| TODO.*" . || echo "# All clear!") | sort >> $LD_LOG_FILE

0 comments on commit 9263dc3

Please sign in to comment.