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 0cb56fe commit 24f042b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion logs/todos.log
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# 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
./services/app-api/handlers/reports/fetch.ts:69: TODO: strict typing
./services/app-api/handlers/reports/fetch.ts:80: TODO: strict typing
./services/ui-src/src/components/layout/Timeout.tsx:33: TODO: When autosave is implemented, set up a callback function to listen to calls to update in authLifecycle
./services/ui-src/src/components/reports/ModalOverlayReportPage.test.tsx:148:@todo Write a test to make sure admins can't click/change details?
./services/ui-src/src/components/reports/ModalOverlayReportPage.test.tsx:148:todo Write a test to make sure admins can't click/change details?
./services/ui-src/src/components/tables/EntityRow.tsx:26: TODO: refactor to handle NAAAR analysis methods
./services/ui-src/src/components/tables/SortableTable.tsx:196: TODO: add additional styling for two-column dynamic field tables if needed
./services/ui-src/src/components/tables/Table.tsx:135: TODO: add additional styling for two-column dynamic field tables if needed
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 24f042b

Please sign in to comment.