Skip to content

Commit

Permalink
AP_Scripting: tests: luacheck.lua: ignore lua-language-server
Browse files Browse the repository at this point in the history
  • Loading branch information
IamPete1 authored and tridge committed Jun 3, 2024
1 parent 9364202 commit f54ca76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Scripting/tests/luacheck.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ignore = {"111", -- Setting an undefined global variable.
"614"} -- Trailing whitespace in a comment.

-- These lua scripts are not for running on AP
exclude_files = {"Tools/CHDK-Scripts/*", "modules/*", "libraries/AP_Scripting/tests/luacheck.lua"}
exclude_files = {"Tools/CHDK-Scripts/*", "modules/*", "libraries/AP_Scripting/tests/luacheck.lua", "lua-language-server/*"}

-- Grab AP globals from docs file
stds.ArduPilot = {}
Expand Down

0 comments on commit f54ca76

Please sign in to comment.