aboutsummaryrefslogtreecommitdiffstats
path: root/tests/runner_spec.lua
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2023-08-27 18:17:28 -0700
committerSteven Arcangeli <stevearc@stevearc.com>2023-08-27 18:17:28 -0700
commitb2915cafd6bfb2b532cd4ab8676bf9b68d4323cd (patch)
treef8de1f02f2cd079adfbc45ffbe3e4913d20557a5 /tests/runner_spec.lua
parentf87f3ea322b1111e1929d149224ff736c8390db3 (diff)
lint: fix luacheck warning
Diffstat (limited to 'tests/runner_spec.lua')
-rw-r--r--tests/runner_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runner_spec.lua b/tests/runner_spec.lua
index 016c8a4..f054d9e 100644
--- a/tests/runner_spec.lua
+++ b/tests/runner_spec.lua
@@ -90,7 +90,6 @@ describe("runner", function()
it("resolves arg function", function()
vim.cmd.edit({ args = { "README.md" } })
- local bufnr = vim.api.nvim_get_current_buf()
conform.formatters.test = {
meta = { url = "", description = "" },
command = "echo",