Adds Formatting to the CI (#69)
This MR adds linting and formatting to the CI pipeline for the repository for both the Golang and Lua code.
This commit is contained in:
committed by
GitHub
parent
3a67424fec
commit
a055c4c988
@@ -246,11 +246,8 @@ M.get_review_buffer_lines = function(review_buffer_range)
|
||||
return lines
|
||||
end
|
||||
|
||||
---Return content between start_line and end_line
|
||||
---@param start_line integer
|
||||
---@param end_line integer
|
||||
---@return string[] | nil
|
||||
M.get_lines = function(start_line, end_line)
|
||||
--- This function is not supported for delta
|
||||
M.get_lines = function()
|
||||
vim.notify("Getting lines in delta is not supported yet", vim.log.levels.ERROR)
|
||||
return nil
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user