A set of utilities for working with the AT Protocol in Elixir.
at main 136 B view raw
1%{ 2 configs: [ 3 %{ 4 name: "default", 5 checks: %{ 6 disabled: [{Credo.Check.Design.TagTODO, []}] 7 } 8 } 9 ] 10}