Commit a77a29e
committed
fix: Disable Credo SpecWithStruct warning
Disable the SpecWithStruct check as it's intentional to use %HTTP.Promise{}
in @SPEC declarations for clear API documentation.
This is a common pattern in Elixir libraries that expose custom struct types,
and the warning doesn't indicate an actual issue with the code.1 parent 879fd00 commit a77a29e
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
| 155 | + | |
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
| |||
0 commit comments