.luacheckrc
changeset 10727 144a1ee24a4e
parent 10531 d59be9befad7
child 11001 2451e3918c2c
equal deleted inserted replaced
10726:3ddc7c9f35dc 10727:144a1ee24a4e
   158 		"tools/migration/migrator/prosody_files.lua";
   158 		"tools/migration/migrator/prosody_files.lua";
   159 		"tools/migration/migrator/prosody_sql.lua";
   159 		"tools/migration/migrator/prosody_sql.lua";
   160 		"tools/migration/prosody-migrator.lua";
   160 		"tools/migration/prosody-migrator.lua";
   161 		"tools/openfire2prosody.lua";
   161 		"tools/openfire2prosody.lua";
   162 		"tools/xep227toprosody.lua";
   162 		"tools/xep227toprosody.lua";
   163 
       
   164 		"util/sasl/digest-md5.lua";
       
   165 	}
   163 	}
   166 	for _, file in ipairs(exclude_files) do
   164 	for _, file in ipairs(exclude_files) do
   167 		files[file] = { only = {} }
   165 		files[file] = { only = {} }
   168 	end
   166 	end
   169 end
   167 end