Diff

.luacheckrc @ 6790:e2cd5848c650

luacheckrc: Ignore unused _ENV variable
author Kim Alvefur <zash@zash.se>
date Thu, 20 Aug 2015 10:10:36 +0200
parent 6750:2a2eb30b1ed4
child 6986:6aae14b079d0
line wrap: on
line diff
--- a/.luacheckrc	Sun Apr 26 12:38:37 2015 +0200
+++ b/.luacheckrc	Thu Aug 20 10:10:36 2015 +0200
@@ -5,7 +5,7 @@
 module = true
 unused_secondaries = false
 codes = true
-ignore = { "411/err", "421/err", "411/ok", "421/ok" }
+ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" }
 
 files["plugins/"] = {
 	ignore = { "122/module" };