diff --git a/.luacheckrc b/.luacheckrc index a85e655b60..6691ac1a4d 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -75,6 +75,7 @@ globals = { -- Globals -- Math extensions "math.n_random", "math.round", "math.randomdump", "math.t_random", + "math.p_random", -- Unit Tests "assertion_matches"