fix(ci): lint

This commit is contained in:
Barrett Ruth 2025-09-22 19:15:12 -04:00
parent ebf4856a3e
commit 7ec59109c3
2 changed files with 2 additions and 5 deletions

View file

@ -5,7 +5,6 @@ local config_module = require('cp.config')
local logger = require('cp.log')
local problem = require('cp.problem')
local scrape = require('cp.scrape')
local snippets = require('cp.snippets')
local state = require('cp.state')
local constants = require('cp.constants')

View file

@ -77,11 +77,9 @@ function M.toggle_run_panel(is_debug)
tab_buf = tab_buf,
}
local highlight = require('cp.ui.highlight')
local diff_namespace = highlight.create_namespace()
local test_list_namespace = vim.api.nvim_create_namespace('cp_test_list')
local ansi_namespace = vim.api.nvim_create_namespace('cp_ansi_highlights')
local setup_keybindings_for_buffer
local function update_diff_panes()
current_diff_layout, current_mode = layouts.update_diff_panes(