credo tweak

This commit is contained in:
Graham McIntire 2026-01-17 15:32:33 -06:00
parent 541ab7e7d6
commit 137f84f5e5
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -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, []},

View file

@ -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