Skip to content

Commit a6047e3

Browse files
committed
feat: ignore all luacheck warnings
1 parent c89bf6f commit a6047e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/vim9-gen/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1680,7 +1680,7 @@ mod generate_program {
16801680
16811681
-- Ignore "value assigned to a local variable is unused" because
16821682
-- we can't guarantee that local variables will be used by plugins
1683-
-- luacheck: ignore 311
1683+
-- luacheck: ignore
16841684
--- @diagnostic disable
16851685
16861686
local vim9 = require('_vim9script')

0 commit comments

Comments
 (0)