Changeset

9442:f210ee7dffe9

.luacheckrc: Do not ignore unused secondaries in strict mode
author Kim Alvefur <zash@zash.se>
date Sat, 06 Oct 2018 18:52:52 +0200
parents 9441:116a9d0a295c
children 9443:4e881be88727
files .luacheckrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.luacheckrc	Sat Oct 06 18:50:30 2018 +0200
+++ b/.luacheckrc	Sat Oct 06 18:52:52 2018 +0200
@@ -124,6 +124,7 @@
 if os.getenv("PROSODY_STRICT_LINT") ~= "1" then
 	-- These files have not yet been brought up to standard
 	-- Do not add more files here, but do help us fix these!
+	unused_secondaries = true
 	local exclude_files = {
 	"doc/net.server.lua";