fix(ci): some type errors
This commit is contained in:
parent
fa8c663f5e
commit
1fbac30332
2 changed files with 7 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
---@class DiffResult
|
||||
---@field content string[]
|
||||
---@field highlights table[]?
|
||||
---@field raw_diff string?
|
||||
|
||||
---@class DiffBackend
|
||||
---@field name string
|
||||
|
|
|
|||
6
vim.toml
6
vim.toml
|
|
@ -22,3 +22,9 @@ any = true
|
|||
|
||||
[after_each]
|
||||
any = true
|
||||
|
||||
[spy]
|
||||
any = true
|
||||
|
||||
[stub]
|
||||
any = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue