Skip to content

Commit

Permalink
Update local todos (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evertras committed Oct 2, 2023
1 parent 3ece0cb commit 1b2e8d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ test:
go test ./internal/...

todos.md: $(GO_FILES)
echo "# TODOs" > todos.md
echo "" >> todos.md
echo "This file is generated by the Makefile. Do not edit directly!" >> todos.md
echo "See [the wiki](https://github.com/Evertras/code-todos/wiki/todos) for an alternate way to track todos." >> todos.md
@echo "# TODOs" > todos.md
@echo "" >> todos.md
@echo "This file is generated by the Makefile. Do not edit directly!" >> todos.md
@echo "See [the wiki](https://github.com/Evertras/code-todos/wiki/todos) for an alternate way to track todos." >> todos.md
@echo "" >> todos.md

go run cmd/code-todos/main.go find internal cmd >> todos.md

Expand Down
5 changes: 5 additions & 0 deletions todos.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# TODOs

This file is generated by the Makefile. Do not edit directly!
See [the wiki](https://github.com/Evertras/code-todos/wiki/todos) for an alternate way to track todos.

| Filename | Package | Line | Text |
| -------- | ------- | ---- | ---- |
| [internal/todos/find.go](internal/todos/find.go#L27) | todos | 27 | TODO: add globbing |
Expand Down

0 comments on commit 1b2e8d6

Please sign in to comment.