From c8a901826a2b262b63a8ca89f4785ae771873e64 Mon Sep 17 00:00:00 2001 From: SX <50966843+S-S-X@users.noreply.github.com> Date: Wed, 7 Apr 2021 12:56:33 +0300 Subject: [PATCH] Luacheck --- .luacheckrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.luacheckrc b/.luacheckrc index 3b63153..ab0813c 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1,3 +1,7 @@ +-- Exclude regression tests / unit tests +exclude_files = { + "**/spec/**", +} globals = { "beerchat"