diff --git a/.luacheckrc b/.luacheckrc index 70eb8ac..12055c2 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1,10 +1,10 @@ ignore = { - "631", -- max_line_length - "122", -- read-only field of global variable + "631", -- max_line_length + "122", -- read-only field of global variable } read_globals = { - "vim", - "describe", - "it", - "assert" + "vim", + "describe", + "it", + "assert" }