credo tweak
This commit is contained in:
parent
541ab7e7d6
commit
137f84f5e5
2 changed files with 2 additions and 1 deletions
|
|
@ -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, []},
|
||||
|
|
|
|||
1
TODOS.md
1
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue