From 137f84f5e5a73d97dbfd0726f04138737ef67d0e Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sat, 17 Jan 2026 15:32:33 -0600 Subject: [PATCH] credo tweak --- .credo.exs | 2 +- TODOS.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.credo.exs b/.credo.exs index 8238884a..96e67300 100644 --- a/.credo.exs +++ b/.credo.exs @@ -98,7 +98,7 @@ {Credo.Check.Readability.LargeNumbers, []}, {Credo.Check.Readability.MaxLineLength, [priority: :low, max_length: 120]}, {Credo.Check.Readability.ModuleAttributeNames, []}, - {Credo.Check.Readability.ModuleDoc, []}, + # {Credo.Check.Readability.ModuleDoc, []}, {Credo.Check.Readability.ModuleNames, []}, {Credo.Check.Readability.ParenthesesInCondition, []}, {Credo.Check.Readability.ParenthesesOnZeroArityDefs, []}, diff --git a/TODOS.md b/TODOS.md index a8630b15..fbcee180 100644 --- a/TODOS.md +++ b/TODOS.md @@ -6,3 +6,4 @@ * add valkey as a k8s sidecar * add the latest exq to the web app * set up any jobs that need to be run in the background to use exq +* when adding a device, stay on the add page after adding and show a message if it was successful so multiple devices can be added in a row