.luacheckrc
changeset 8384 7f6184474149
parent 8242 20e3d5689cce
child 8536 66cdf5c7af85
equal deleted inserted replaced
8383:a597ff326758 8384:7f6184474149
    10 max_line_length = 150
    10 max_line_length = 150
    11 
    11 
    12 files["core/"] = {
    12 files["core/"] = {
    13 	read_globals = { "prosody", "hosts" };
    13 	read_globals = { "prosody", "hosts" };
    14 	globals = { "prosody.hosts.?", "hosts.?" };
    14 	globals = { "prosody.hosts.?", "hosts.?" };
       
    15 }
       
    16 files["util/"] = {
       
    17 	-- Ignore unwrapped license text
       
    18 	max_comment_line_length = false;
    15 }
    19 }
    16 files["plugins/"] = {
    20 files["plugins/"] = {
    17 	read_globals = {
    21 	read_globals = {
    18 		-- Module instance
    22 		-- Module instance
    19 		"module.name",
    23 		"module.name",