From a6a8edc767e24f506667ad60c8be2f21361df558 Mon Sep 17 00:00:00 2001 From: ArkhamCookie Date: Mon, 20 Nov 2023 13:44:35 -0600 Subject: [PATCH] Add linting tasks --- docs/TODO.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/TODO.md b/docs/TODO.md index 71097d6..8c9211e 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -41,6 +41,11 @@ ## Continuous Integration +### Linting + +- [ ] gofmt +- [ ] goreportcard + ### Golang Tests #### `lib/crabtalk`