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
|
---@class DiffResult
|
||||||
---@field content string[]
|
---@field content string[]
|
||||||
---@field highlights table[]?
|
---@field highlights table[]?
|
||||||
|
---@field raw_diff string?
|
||||||
|
|
||||||
---@class DiffBackend
|
---@class DiffBackend
|
||||||
---@field name string
|
---@field name string
|
||||||
|
|
|
||||||
6
vim.toml
6
vim.toml
|
|
@ -22,3 +22,9 @@ any = true
|
||||||
|
|
||||||
[after_each]
|
[after_each]
|
||||||
any = true
|
any = true
|
||||||
|
|
||||||
|
[spy]
|
||||||
|
any = true
|
||||||
|
|
||||||
|
[stub]
|
||||||
|
any = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue