File size: 165 Bytes
138c8ae
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
%{
  configs: [
    %{
      name: "default",
      checks: %{
        extra: [
          {Credo.Check.Design.TagTODO, exit_status: 0}
        ]
      }
    }
  ]
}