Skip to content

Commit

Permalink
Ignore _envlibrequire in luacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
dljsjr committed Sep 22, 2023
1 parent 1a101fe commit 9822df5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/SmartThings/jbl/src/log.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.

-- luacheck: globals _envlibrequire

local original_log
if _envlibrequire ~= nil then
original_log = _envlibrequire("log")
Expand Down

0 comments on commit 9822df5

Please sign in to comment.